mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
fix lint error
This commit is contained in:
committed by
David Lechner
parent
8a90acde8b
commit
0171255be9
@@ -26,10 +26,13 @@ jobs:
|
||||
${{ runner.os }}-yarn-
|
||||
- name: Run yarn install
|
||||
run: |
|
||||
echo "//npm.pkg.github.com/:_authToken=$TOKEN" >> .npmrc
|
||||
echo "//npm.pkg.github.com/:_authToken=$TOKEN" >> $HOME/.npmrc
|
||||
yarn install
|
||||
env:
|
||||
TOKEN: ${{ secrets.privateToken }}
|
||||
- run: |
|
||||
yarn lint
|
||||
git diff --exit-code
|
||||
- run: yarn test
|
||||
- run: yarn build
|
||||
if: ${{ success() }}
|
||||
|
||||
Reference in New Issue
Block a user