File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : Test
2
- on :
2
+ on :
3
3
push :
4
4
branches :
5
5
- main
10
10
jobs :
11
11
format :
12
12
runs-on : ubuntu-latest
13
- - uses : actions/checkout@v3
14
- - uses : actions/setup-dotnet@v3
15
- with :
16
- dotnet-version : 6.0.x
17
- - run : dotnet format --verify-no-changes
18
- - run : dotnet format --verify-no-changes
19
- working-directory : snapshots/input/syntax
13
+ steps :
14
+ - uses : actions/checkout@v3
15
+ - uses : actions/setup-dotnet@v3
16
+ with :
17
+ dotnet-version : 6.0.x
18
+ - run : dotnet format --verify-no-changes
19
+ - run : dotnet format --verify-no-changes
20
+ working-directory : snapshots/input/syntax
20
21
test :
21
22
runs-on : ${{ matrix.os }}
22
23
strategy :
25
26
os : [ubuntu-latest, windows-latest, macos-latest]
26
27
name : Test
27
28
steps :
28
- - uses : actions/checkout@v3
29
- - uses : actions/setup-dotnet@v3
30
- with :
31
- dotnet-version : 6.0.x
32
- - run : dotnet test
29
+ - uses : actions/checkout@v3
30
+ - uses : actions/setup-dotnet@v3
31
+ with :
32
+ dotnet-version : 6.0.x
33
+ - run : dotnet test
You can’t perform that action at this time.
0 commit comments