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 46eaa03 commit aed41deCopy full SHA for aed41de
.github/workflows/rust.yml
@@ -44,8 +44,10 @@ jobs:
44
if: runner.os == 'Linux'
45
run: sudo apt update && sudo apt install build-essential libssl-dev pkg-config libglib2.0-dev libgtk-3-dev libudev-dev
46
- name: Lint
47
+ if: runner.os == 'Linux'
48
run: just c
49
- name: Format
50
51
run: just f
52
- name: Run Linux tests
53
0 commit comments