We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c215fa commit 4276604Copy full SHA for 4276604
.github/workflows/extensions.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
lint:
13
- runs-on: ubuntu-latest
+ runs-on: windows-latest
14
steps:
15
- name: Checkout the source code
16
uses: actions/checkout@master
@@ -25,7 +25,7 @@ jobs:
25
run: cargo clippy --all -- -Dwarnings
26
27
test:
28
29
container:
30
image: xd009642/tarpaulin
31
options: --security-opt seccomp=unconfined
0 commit comments