Skip to content

adds filesystem read/write check #6

adds filesystem read/write check

adds filesystem read/write check #6

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
name: Lint Shell Script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './preflight.sh'
severity: error