We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee38a08 commit 0b0cd6aCopy full SHA for 0b0cd6a
1 file changed
.github/workflows/ci.yaml
@@ -30,18 +30,6 @@ jobs:
30
- name: Run Gitleaks
31
run: nix develop --command gitleaks detect --source . --config .gitleaks.toml
32
33
- typos:
34
- runs-on: ubuntu-latest
35
- steps:
36
- - name: Checkout repository
37
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38
-
39
- - name: Setup Nix
40
- uses: ./.github/actions/setup-nix
41
42
- - name: Run Typo Check
43
- run: nix develop --command typos .
44
45
lint:
46
runs-on: ubuntu-latest
47
steps:
0 commit comments