We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e91cd6 commit 208b3d4Copy full SHA for 208b3d4
.github/workflows/build.yml
@@ -70,6 +70,9 @@ jobs:
70
- name: Test
71
run: cargo test --verbose --release --locked ${{ matrix.cargo_extra_flags }}
72
73
+ - name: Lint this repo
74
+ run: cargo run --release --locked -- run
75
+
76
- name: Rename Output
77
shell: pwsh
78
run: Move-Item -Path "${{ matrix.output_executable }}" -Destination "target/${{ matrix.output_executable_upload_as }}"
0 commit comments