Skip to content

test

test #1755

Workflow file for this run

name: Lint javascript
on: push
jobs:
js-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
- run: |
corepack enable
corepack install
echo "FONTAWESOME_NPM_AUTH_TOKEN=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
- run: yarn install
- run: yarn lint