diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f901fb70..6e13d5b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 - token: ${{ secrets.GH_PAT }} - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/biome.json b/biome.json index ea70492e..f3710060 100644 --- a/biome.json +++ b/biome.json @@ -24,7 +24,7 @@ } }, "files": { - "ignore": ["python"] + "ignore": ["python", "**/package.json"] }, "vcs": { "enabled": true,