Skip to content

Bump actions/checkout from 6 to 7 in the all group #74

Bump actions/checkout from 6 to 7 in the all group

Bump actions/checkout from 6 to 7 in the all group #74

Workflow file for this run

name: shellcheck
permissions: {}
on:
push:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v7
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'