diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml new file mode 100644 index 0000000..f1fc1ca --- /dev/null +++ b/.github/workflows/pr-checks.yml @@ -0,0 +1,14 @@ +name: PR Checks + +on: + pull_request: + branches: [main] + +permissions: + contents: read + +jobs: + shellcheck: + uses: nullplatform/actions-nullplatform/.github/workflows/shellcheck.yml@main + with: + script_dirs: entrypoint scripts