diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4cf528c..5c94d1e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,6 +11,8 @@ jobs: lint-format: runs-on: ubuntu-latest name: Lint and Format Code + permissions: + contents: read steps: - uses: actions/checkout@v6 with: