Skip to content

ci(github): add a dependabot config to look for new action versions #3

ci(github): add a dependabot config to look for new action versions

ci(github): add a dependabot config to look for new action versions #3

Workflow file for this run

name: Shellcheck
on:
pull_request:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-20.04
permissions:
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@cd81f4475ab741e097ec0fe73b692f3e49d66b8c # v2.0.0