diff options
| author | seth <[email protected]> | 2024-10-15 19:28:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-15 23:28:16 +0000 |
| commit | 8b48cbd5010e3ce8c41406aafcd10b920a927102 (patch) | |
| tree | 2402707e82a7afb4af39f37222afd0940f1422ff /.github/workflows/eslint.yaml | |
| parent | 08912b439bd61088dd849b9342a81341fa9e4a23 (diff) | |
tidy up (#328)
* nix: tidy up flake
* ci: tidy up workflows
* cleanup bindings
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 |
