Skip to content

Create dependabot.yml #7

Create dependabot.yml

Create dependabot.yml #7

Workflow file for this run

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