Merge branch 'development' of github.com:ClicksMinutePer/Nucleus into development

pull/83/head
TheCodedProf 3 years ago
commit cb7833b844
No known key found for this signature in database
GPG Key ID: 803E7CCB5577E6A2

@ -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