Skip to content

开播问题(SocialSisterYi/bilibili-API-collect#1349) #395

开播问题(SocialSisterYi/bilibili-API-collect#1349)

开播问题(SocialSisterYi/bilibili-API-collect#1349) #395

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: latest
- name: Test
run: go test -v ./...
- name: Build
run: go build -v ./...