Move to jobs.build

pull/1687/head
Oleksandr Redko 2025-03-23 12:20:44 +02:00
parent a9e8aed155
commit 33be8f984a
1 changed files with 2 additions and 11 deletions

View File

@ -15,8 +15,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
- run: npm install -g mdsf-cli
- run: ./.ci.gogenerate.sh
- run: ./.ci.gofmt.sh
- run: ./.ci.readme.fmt.sh
- run: ./.ci.govet.sh
- run: go test -v -race ./...
test:
@ -37,14 +39,3 @@ jobs:
with:
go-version: ${{ matrix.go_version }}
- run: go test -v -race ./...
format:
name: Check formatting of code snippets in markdown files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- run: npm install -g mdsf-cli
- run: ./.ci.readme.fmt.sh