File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ defaults:
38
38
# cancel-in-progress: true
39
39
40
40
jobs :
41
- # rustfmt:
42
- # runs-on: ubuntu-latest
43
- # steps:
44
- # - uses: actions/checkout@v3
45
- # - name: "Install Rust"
46
- # uses: ./.github/composite/rust
47
- # with:
48
- # rust: stable
49
- # components: rustfmt
50
- # - name: "Check rustfmt"
51
- # run: cargo fmt --all -- --check
41
+ rustfmt :
42
+ runs-on : ubuntu-20.04
43
+ steps :
44
+ - uses : actions/checkout@v3
45
+ - name : " Install Rust"
46
+ uses : ./.github/composite/rust
47
+ with :
48
+ rust : stable
49
+ components : rustfmt
50
+ - name : " Check rustfmt"
51
+ run : cargo fmt --all -- --check
52
52
53
53
unit-test :
54
54
name : test (${{ matrix.name }})
@@ -142,7 +142,7 @@ jobs:
142
142
# godot_ver: ${{ matrix.godot }}
143
143
144
144
license-guard :
145
- runs-on : ubuntu-latest
145
+ runs-on : ubuntu-20.04
146
146
if : github.ref != 'refs/heads/master'
147
147
steps :
148
148
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments