Skip to content

fix: fix the function of getting all the Renwen and Ziran courses #4

fix: fix the function of getting all the Renwen and Ziran courses

fix: fix the function of getting all the Renwen and Ziran courses #4

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Lint:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Lint
run: |
go vet -stdmethods=false $(go list ./...)
go install mvdan.cc/gofumpt@v0.2.0
test -z "$(gofumpt -l -extra .)"