Skip to content

feat: use deepseek to fix s.yaml #10

feat: use deepseek to fix s.yaml

feat: use deepseek to fix s.yaml #10

Workflow file for this run

name: Go1.21
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Build
run: go mod tidy && go build .
- name: Test
run: go build . && go test -v .