run yarn lint before deploy

This commit is contained in:
Viktor Rådberg
2023-08-26 17:50:26 +02:00
parent 5c966342ce
commit 5675d7f0f2

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn && yarn build
- run: yarn && yarn build && yarn lint
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'