Skip to content

Commit b3542ba

Browse files
committed
some last ci changes
1 parent 1a00b5a commit b3542ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ jobs:
1212
if: github.ref == 'refs/heads/main'
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- run: cargo fmt --all -- --check
1717

1818
test:
19-
name: Run linter
19+
name: Lint and test
2020
# this is pretty weird, but `winit` requires a backend on linux
2121
# and we don't specify that at all and just let end users do that
2222
runs-on: windows-latest
23-
if: github.ref == 'refs/heads/main'
2423
env:
2524
RUSTFLAGS: -D warnings
2625
RUSTDOCFLAGS: -D warnings

0 commit comments

Comments
 (0)