File tree Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Original file line number Diff line number Diff line change 1
1
name : Test Generate Schema
2
-
3
- on :
2
+ " on " :
4
3
push :
5
- branches : [ master ]
4
+ branches :
5
+ - master
6
6
pull_request :
7
- branches : [ master ]
7
+ branches :
8
+ - master
8
9
schedule :
9
- - cron : " 0 0 * * *" # Run at 00:00 UTC everyday
10
-
10
+ - cron : 0 0 * * *
11
11
jobs :
12
12
build :
13
13
runs-on : ubuntu-latest
14
-
15
14
steps :
16
- - uses : actions/checkout@v2
17
-
18
- - name : Setup .NET Core
19
- uses : actions/setup-dotnet@v1
20
- with :
21
- dotnet-version : 3.1.x
22
-
23
- - name : Install dependencies
24
- run : dotnet restore
25
-
26
- - name : Generate
27
- run : dotnet run --project ./Tools/Generate/Generate.csproj -- ${{ github.token }} ./Octokit.GraphQL/
28
-
29
- - name : Build
30
- run : dotnet build
15
+ - uses : actions/checkout@v3
16
+ - name : Setup .NET Core
17
+ uses : actions/setup-dotnet@v1
18
+ with :
19
+ dotnet-version : 3.1.x
20
+ - name : Install dependencies
21
+ run : dotnet restore
22
+ - name : Generate
23
+ run : >-
24
+ dotnet run --project ./Tools/Generate/Generate.csproj -- ${{
25
+ github.token }} ./Octokit.GraphQL/
26
+ - name : Build
27
+ run : dotnet build
You can’t perform that action at this time.
0 commit comments