Skip to content

(fix) Revert broken perms set by craft install #86

(fix) Revert broken perms set by craft install

(fix) Revert broken perms set by craft install #86

Workflow file for this run

name: Runs shellcheck
on:
push:
paths:
- "*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error