diff options
Diffstat (limited to '.github/workflows/eslint.yaml')
| -rw-r--r-- | .github/workflows/eslint.yaml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml index 0a6f7ce..56bae3e 100644 --- a/.github/workflows/eslint.yaml +++ b/.github/workflows/eslint.yaml @@ -1,13 +1,6 @@ name: ESLint on: - push: - branches: [main] - paths: - - "**.ts" - - "package.json" - - "pnpm-lock.yaml" - - "tsconfig.json" pull_request: jobs: @@ -24,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Install Dependencies run: nix develop .#ci --command pnpm install --frozen-lockfile |
