Skip to content

Commit

Permalink
add linting to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Dec 5, 2023
1 parent d21b2b9 commit 64d9f66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Building App
working-directory: ./functions
run: yarn run build
- name: Linting
working-directory: ./functions
run: yarn run lint
- name: Install Firebase Tools
run: npm install -g firebase-tools
- name: Deploying to Firebase
Expand Down

0 comments on commit 64d9f66

Please sign in to comment.