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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: yarn && yarn build - run: yarn && yarn build && yarn lint
- uses: FirebaseExtended/action-hosting-deploy@v0 - uses: FirebaseExtended/action-hosting-deploy@v0
with: with:
repoToken: '${{ secrets.GITHUB_TOKEN }}' repoToken: '${{ secrets.GITHUB_TOKEN }}'