Skip to content

Update Font Awesome to v6.4.2 #818

Update Font Awesome to v6.4.2

Update Font Awesome to v6.4.2 #818

Workflow file for this run

name: Test
on:
pull_request:
branches: [master]
workflow_dispatch:
env:
FONTAWESOME_TOKEN: ${{ secrets.FONTAWESOME_TOKEN }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
set -ex
docker build --rm --no-cache --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} .