Skip to content

chore(deps): update dev-hato/actions-format-json-yml action to v0.0.54 #8857

chore(deps): update dev-hato/actions-format-json-yml action to v0.0.54

chore(deps): update dev-hato/actions-format-json-yml action to v0.0.54 #8857

Workflow file for this run

---
name: super-linter
on:
push:
branches: [master]
pull_request:
branches: [master]
merge_group:
workflow_dispatch:
jobs:
super-linter:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: .node-version
cache: npm
- run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/super_linter/set_path.sh"
- name: Super-Linter
uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true