File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -27,22 +27,21 @@ jobs:
27
27
git diff --exit-code go.mod
28
28
git diff --exit-code go.sum
29
29
30
- # This check is disabled because of GitHub API instability: 504 Gateway Timeout.
31
30
# Checks: GitHub action assets
32
- # check-generated:
33
- # runs-on: ubuntu-latest
34
- # steps:
35
- # - uses: actions/checkout@v4
36
- # with:
37
- # fetch-depth: 0
38
- # - uses: actions/setup-go@v5
39
- # with:
40
- # go-version: ${{ env.GO_VERSION }}
41
- # - name: Check generated files are up-to-date
42
- # run: make fast_check_generated
43
- # env:
44
- # # needed for github-action-config.json generation
45
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ check-generated :
32
+ runs-on : ubuntu-latest
33
+ steps :
34
+ - uses : actions/checkout@v4
35
+ with :
36
+ fetch-depth : 0
37
+ - uses : actions/setup-go@v5
38
+ with :
39
+ go-version : ${{ env.GO_VERSION }}
40
+ - name : Check generated files are up-to-date
41
+ run : make fast_check_generated
42
+ env :
43
+ # needed for github-action-config.json generation
44
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
45
47
46
check-local-install-script :
48
47
name : Installation script (local)
You can’t perform that action at this time.
0 commit comments