diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 562307b..09479db 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,14 +1,12 @@ name: 'Format' on: - pull_request_target: + pull_request: paths: ['**/*.jl'] types: [opened, synchronize, reopened, ready_for_review] permissions: contents: read - actions: write - pull-requests: write jobs: runic: