Skip to content

Only run against modified shell files #19

Only run against modified shell files

Only run against modified shell files #19

Workflow file for this run

jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck $(awk -F'=' '/^source=/{print $2}' .shellcheckrc)