diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d48636fe..2d4614eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,8 @@ jobs: prettier: name: Prettier Check runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code uses: actions/checkout@v4 @@ -28,6 +30,8 @@ jobs: eslint: name: ESLint Check runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code uses: actions/checkout@v4