Bump anothrNick/github-tag-action from 1.35.0 to 1.71.0 #654
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: Super Linter | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: Run Linters | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: run-linters | |
uses: github/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# disabled because it's not working with C libs | |
VALIDATE_GO: false | |
# disabled cause there are lots to change in Dockerfile.nvidia | |
VALIDATE_DOCKERFILE_HADOLINT: false | |
# disabled cause they dont support CRDs rn | |
VALIDATE_KUBERNETES_KUBEVAL: false | |
# disabled until we go through and fix the issues | |
VALIDATE_JSCPD: false | |
VALIDATE_ENV: false | |
VALIDATE_SQL: false |