Update ghcr.io/swissgrc/azure-pipelines-openjdk Docker tag to v21 #340
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Code Base | |
on: | |
pull_request: | |
branches: [develop] | |
jobs: | |
lint-image: | |
name: Lint Code Base | |
uses: swissgrc/.github/.github/workflows/lint-image.yml@main | |
secrets: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} |