File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : |
3030 echo "::warning::Feature branch does not contain any changes to the website."
3131
32- <<<<<<<< HEAD:.github/workflows/pr-v2.yml
33- # lint_go:
34- # name: Run Go Linters
35- # runs-on: ubuntu-latest
36- # steps:
37- # - name: Checkout code
38- # uses: actions/checkout@v4
39- #
40- # - name: Setup Go
41- # uses: actions/setup-go@v4
42- # with:
43- # go-version: "1.21"
44- #
45- # - name: Update go modules
46- # working-directory: ./v2
47- # run: go mod tidy
48- #
49- # - name: Run Linter
50- # uses: golangci/golangci-lint-action@v3
51- # with:
52- # version: v1.54
53- # working-directory: ./v2
54- # args: --timeout=10m0s --config ./.golangci.yml
55-
56- ========
57- >>>>>>>> 471ea9350 (Update workflows):.github/workflows/pr-master.yml
5832 test_go :
5933 name : Run Go Tests
6034 runs-on : ${{ matrix.os }}
10175 if : matrix.os == 'ubuntu-24.04'
10276 working-directory : ./v2
10377 run : go test -v -tags webkit2_41 ./...
104-
78+
10579 # This job will run instead of test_go for the update-sponsors branch
10680 skip_tests :
10781 name : Skip Tests (Sponsor Update)
You can’t perform that action at this time.
0 commit comments