Skip to content

Bump actions/checkout to v6 not v7 #26

Bump actions/checkout to v6 not v7

Bump actions/checkout to v6 not v7 #26

Workflow file for this run

name: run shellcheck
permissions:
contents: read
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: run shellcheck
uses: sudo-bot/action-shellcheck@latest
with:
cli-args: "--format=checkstyle --severity=info docker/tests/script.sh"