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 1a00b5a commit b3542baCopy full SHA for b3542ba
.github/workflows/ci.yaml
@@ -12,15 +12,14 @@ jobs:
12
if: github.ref == 'refs/heads/main'
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
- run: cargo fmt --all -- --check
17
18
test:
19
- name: Run linter
+ name: Lint and test
20
# this is pretty weird, but `winit` requires a backend on linux
21
# and we don't specify that at all and just let end users do that
22
runs-on: windows-latest
23
- if: github.ref == 'refs/heads/main'
24
env:
25
RUSTFLAGS: -D warnings
26
RUSTDOCFLAGS: -D warnings
0 commit comments