Skip to content

Commit

Permalink
fix(CI): Fixed workflow file typo and spotless BuildConstants bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitter499 committed Jan 19, 2024
1 parent d13c62e commit 890b1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

build:
runs-on: ubuntu-latest
container: wpilib/roborio-cross-ubuntu:2024-22.04
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- uses: actions/checkout@v3
- name: Add repository to git safe directories
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spotless {
format 'misc', {
target fileTree('.') {
include '**/*.md', '**/.gitignore'
exclude '**/build/**', '**/build-*/**'
exclude '**/build/**', '**/build-*/**', '**/BuildConstants.java'
}
trimTrailingWhitespace()
indentWithSpaces(2)
Expand Down

0 comments on commit 890b1f1

Please sign in to comment.