Skip to content

Commit

Permalink
ci: Lint workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gdupontf committed Nov 27, 2023
1 parent f132b30 commit a6202ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Did linting pass?
run: '[[ $WAS_DIRTY = true ]] && exit 1'
run: "[[ $WAS_DIRTY = true ]] && exit 1"
- name: Build with Maven
run: ./mvnw -B package -Drevision='${{ steps.increment-version.outputs.new-version }}' -Dchangelist='-SNAPSHOT' --file pom.xml -P pr

0 comments on commit a6202ec

Please sign in to comment.