Skip to content

Revert "Adjust the query to keep the destination rather than replace"… #215

Revert "Adjust the query to keep the destination rather than replace"…

Revert "Adjust the query to keep the destination rather than replace"… #215

Workflow file for this run

name: 'Shellcheck'
on:
push:
paths:
- '**.sh'
pull_request:
paths:
- '**.sh'
permissions:
contents: read
jobs:
check-scripts:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Check scripts in all directories'
run: make check_scripts