We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319b475 commit cbf2a34Copy full SHA for cbf2a34
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
name: YAML
10
runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- run: pip install yamllint
15
- run: yamllint -s -f github .
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- wafflehacks
28
- testing
29
30
31
32
- name: Set registry name
33
run: sed -i "s/REGISTRY/${{ matrix.registry }}/g" .cargo/config.toml
@@ -55,7 +55,7 @@ jobs:
55
- beta
56
- nightly
57
58
59
60
61
run: sed -i "s/REGISTRY/wafflehacks/g" .cargo/config.toml
0 commit comments