Bump libraries on WCOSS2 to ip/4.0.0 w3emc/2.12.0 and all platforms to fms/2024.01 #1490
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: Super-Linter | |
on: | |
push: null | |
pull_request: null | |
jobs: | |
build: | |
name: Lint | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
packages: read | |
statuses: write | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Super-Linter | |
uses: super-linter/[email protected] | |
env: | |
LINTER_RULES_PATH: '.github/linters/' | |
DEFAULT_BRANCH: origin/develop | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
FILTER_REGEX_EXCLUDE: .*(tests/fv3_conf/.*|tests/ci/.*|tests/auto/.*|tests/auto-jenkins/.*|tests/opnReqTests/.*|tests/opnReqTest|tests/atparse.bash).* | |
VALIDATE_BASH: true | |
BASH_SEVERITY: style | |
#VALIDATE_GITHUB_ACTIONS: true | |
#VALIDATE_LUA: true | |
#VALIDATE_MARKDOWN: true | |
VALIDATE_PYTHON_PYLINT: true | |
VALIDATE_YAML: true |