Update lint workflow

pull/82/head
Skyler Grey 3 years ago
parent 21d4b0f9a5
commit 83d8aeb263
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

@ -18,13 +18,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
- uses: cachix/install-nix-action@v19
with:
node-version: 19.x
- run: yarn install --immutable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop --command yarn install --immutable --immutable-cache --check-cache
- name: Show versions
run: yarn run versions
run: nix develop --command yarn run versions
- name: Compile
run: yarn build
run: nix develop --command yarn build
- name: Run prettier and eslint
run: yarn lint-ci
run: nix develop --command yarn lint-ci

Loading…
Cancel
Save