Skip to content

fix: permissions on test #7

fix: permissions on test

fix: permissions on test #7

Workflow file for this run

name: Shellcheck
on:
workflow_dispatch:
push:
paths:
- "shell/*"
- "test/*"
- ".github/workflows/shellcheck.yaml"
env:
SHELLCHECK_OPTS: -e SC1071 -e SC2148
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "recursive"
- name: Check Tests
uses: ludeeus/[email protected]
with:
scandir: './test'
ignore_paths: >-
output
requirements.txt
- name: Check Scripts
uses: ludeeus/[email protected]
with:
scandir: './shell'
ignore_paths: >-
__pycache__
requirements.txt