diff options
| author | seth <[email protected]> | 2024-10-09 11:10:57 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-09 11:11:03 -0400 |
| commit | 98b775ab0230fa4161d2c899245579d0e2d682a6 (patch) | |
| tree | 9eaa68a25422df1bc0981ed272a017b65ce5eb86 /.github | |
| parent | 5a64ba90d87892a174c421477b499b8c88d44c94 (diff) | |
ci: run code scans when flake changes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql.yaml | 3 | ||||
| -rw-r--r-- | .github/workflows/eslint.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 82fb9e6..39f1543 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -10,6 +10,9 @@ on: - "tsconfig.json" + - "flake.nix" + - "flake.lock" + - ".github/workflows/codeql.yaml" pull_request: paths: diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml index c5fe28c..e471a8e 100644 --- a/.github/workflows/eslint.yaml +++ b/.github/workflows/eslint.yaml @@ -13,6 +13,9 @@ on: - "eslint.config.js" - "tsconfig.json" + - "flake.nix" + - "flake.lock" + - ".github/workflows/eslint.yaml" pull_request: paths: |
