From 8b48cbd5010e3ce8c41406aafcd10b920a927102 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 15 Oct 2024 19:28:16 -0400 Subject: tidy up (#328) * nix: tidy up flake * ci: tidy up workflows * cleanup bindings --- .github/workflows/eslint.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.github/workflows/eslint.yaml') 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 -- cgit v1.2.3