Skip to content

Bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/workflows #64

Bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/workflows

Bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/workflows #64

name: Lint Shell Scripts
on:
pull_request:
merge_group:
jobs:
shellcheck-lint:
runs-on: ubuntu-22.04
steps:
- name: Git Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Shellcheck
uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1.32.0
with:
level: error
filter_mode: nofilter