Skip to content

Commit

Permalink
Ignoring unnecessarily generated site directory (pedrovgs#91)
Browse files Browse the repository at this point in the history
Co-authored-by: other <other@ECE-A55006.austin.utexas.edu>
  • Loading branch information
java-codehunger and other authored May 2, 2023
1 parent c108e3a commit b04396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: '8'
distribution: 'temurin'
- name: Check java checkstyle
run: mvn checkstyle:checkstyle
run: mvn checkstyle:check

- name: Test
run: mvn install

0 comments on commit b04396b

Please sign in to comment.