Skip to content

test

test #1752

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"
- name: Setup yarn
run: |
corepack enable
echo "FONTAWESOME_NPM_AUTH_TOKEN=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
- run: yarn install
- run: yarn lint