deno.land / x / masx200_leetcode_test@10.6.5 / .github / workflows / go.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Go
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.19

- name: Test run: go test -v ./... - name: main run: go run main.go
masx200_leetcode_test

Version Info

Tagged at
a year ago