Skip to content

update shellcheck workflow to ignore external scripts #22

update shellcheck workflow to ignore external scripts

update shellcheck workflow to ignore external scripts #22

Workflow file for this run

name: CI 🤖
on:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck 🐚
runs-on: ubuntu-latest
steps:
- name: Checkout repository 📥
uses: actions/checkout@v4
- name: Run ShellCheck ✅
uses: ludeeus/action-shellcheck@2.0.0
with:
args: '--disable=SC1091'