Skip to content

Commit

Permalink
Fix git permissions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg committed Feb 3, 2024
1 parent cca41c2 commit 649e10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
container: wpilib/ubuntu-base:22.04
steps:
- uses: actions/checkout@v4
- name: Fix Git permissions
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Run Java format
run: ./gradlew javaFormat spotbugsMain spotbugsTest
- name: Check output
Expand Down

0 comments on commit 649e10b

Please sign in to comment.