diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 00000000..976b6c80 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,12 @@ +name: Lint Everything + +on: + workflow_dispatch: {} + +jobs: + lint: + uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.3 + permissions: + contents: read + pull-requests: read + checks: write \ No newline at end of file