Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Feb 6, 2025
1 parent 0b46ecf commit b1a9dc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.nix') }}

- name: check clippy
- name: Check clippy
run: |
nix build .#checks.x86_64-linux.clippy 2>&1
Expand All @@ -76,7 +76,7 @@ jobs:
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.nix') }}

- name: check fmt
- name: Check fmt
run: |
nix build .#checks.x86_64-linux.fmt 2>&1
Expand All @@ -95,7 +95,7 @@ jobs:
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.nix') }}

- name: check doc
- name: Check doc
run: |
nix build .#checks.x86_64-linux.doc 2>&1
Expand All @@ -114,6 +114,6 @@ jobs:
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.nix') }}

- name: check clippy
- name: Check test
run: |
nix build .#checks.x86_64-linux.test 2>&1

0 comments on commit b1a9dc0

Please sign in to comment.