Skip to content

Commit

Permalink
Added checkouts to all rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 16, 2024
1 parent 9959a1d commit 3e2b68b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
container: nguy8tri/huskysat:latest

steps:
- uses: actions/checkout@v3
- name: Test (Twice)
run: (make test || make test)
- name: Upload coverage report
Expand All @@ -32,6 +33,7 @@ jobs:
runs-on: ubuntu-latest
container: nguy8tri/huskysat:latest
steps:
- uses: actions/checkout@v3
- name: Stylecheck
run: make google_stylecheck
- name: Test Stylecheck
Expand Down

0 comments on commit 3e2b68b

Please sign in to comment.