Skip to content

Bump raven-actions/actionlint from 2.0.0 to 2.0.1 #4

Bump raven-actions/actionlint from 2.0.0 to 2.0.1

Bump raven-actions/actionlint from 2.0.0 to 2.0.1 #4

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
permissions: {}
jobs:
shellcheck:
name: Shell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: 'false'
- name: Lint shell files
run: make lint-shell
yamllint:
name: YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: 'false'
- name: Lint YAML files
run: make lint-yaml
actionlint:
name: GitHub Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: 'false'
- uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1