mirror of https://github.com/go-co-op/gocron.git
comment out go_test.yml
This commit is contained in:
parent
ce96452c3e
commit
a2d889638f
|
|
@ -1,32 +1,32 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- v2
|
||||
pull_request:
|
||||
branches:
|
||||
- v2
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - v2
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - v2
|
||||
|
||||
name: golangci-lint
|
||||
jobs:
|
||||
golangci:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
- "1.22"
|
||||
name: lint and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v4.0.0
|
||||
with:
|
||||
version: v1.55.2
|
||||
- name: test
|
||||
run: make test_ci
|
||||
# name: golangci-lint
|
||||
# jobs:
|
||||
# golangci:
|
||||
# strategy:
|
||||
# matrix:
|
||||
# go-version:
|
||||
# - "1.20"
|
||||
# - "1.21"
|
||||
# - "1.22"
|
||||
# name: lint and test
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Install Go
|
||||
# uses: actions/setup-go@v5
|
||||
# with:
|
||||
# go-version: ${{ matrix.go-version }}
|
||||
# - name: golangci-lint
|
||||
# uses: golangci/golangci-lint-action@v4.0.0
|
||||
# with:
|
||||
# version: v1.55.2
|
||||
# - name: test
|
||||
# run: make test_ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue