From 01ebaa78cb08c1f231f1460605002c26d47491ab Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 22 Jul 2024 19:02:18 +0000 Subject: [PATCH] Fix workflow permissions --- .github/workflows/pr-annotations.yaml | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/pr-annotations.yaml b/.github/workflows/pr-annotations.yaml index dc3d58d..9f15b63 100644 --- a/.github/workflows/pr-annotations.yaml +++ b/.github/workflows/pr-annotations.yaml @@ -17,7 +17,9 @@ permissions: jobs: Lint: + name: Trunk Check Annotate runs-on: ubuntu-latest + permissions: steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index 6240da8..342a315 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ pnpm-debug.log* # macOS-specific files .DS_Store + +package-lock.json \ No newline at end of file