Skip to content

Commit 208b3d4

Browse files
committed
Run nit on this repo in CI
It's self-hosting! :-D
1 parent 3e91cd6 commit 208b3d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: Test
7171
run: cargo test --verbose --release --locked ${{ matrix.cargo_extra_flags }}
7272

73+
- name: Lint this repo
74+
run: cargo run --release --locked -- run
75+
7376
- name: Rename Output
7477
shell: pwsh
7578
run: Move-Item -Path "${{ matrix.output_executable }}" -Destination "target/${{ matrix.output_executable_upload_as }}"

0 commit comments

Comments
 (0)