Update node Docker tag to v20.17.0 #206
Workflow file for this run
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 }} |