Skip to content

Commit

Permalink
add pre-commit job
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Mar 27, 2024
1 parent 40f8efc commit 86063bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ env:
IMAGE_REPOSITORY: alfresco-base-java

jobs:
pre-commit:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
auto-commit: "true"
build:
name: Java ${{ matrix.java_major }} on ${{ matrix.base_image.flavor }}:${{ matrix.base_image.major }}
runs-on: ubuntu-latest
needs: pre-commit
strategy:
matrix:
base_image:
Expand Down

0 comments on commit 86063bc

Please sign in to comment.