Skip to content

Commit 77db926

Browse files
authored
Merge pull request #9 from Sainan/fix-ci
Fix CI
2 parents cf924a1 + dbccbde commit 77db926

File tree

3 files changed

+239
-239
lines changed

3 files changed

+239
-239
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on: [push, pull_request]
33

44
jobs:
55
go-build:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-go@v2
1010
with:
1111
go-version: '^1.13.1'
12-
- run: go build markut.go
12+
- run: go build
1313
- run: |
1414
go fmt markut.go
1515
git diff --exit-code

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.csv
33
*.txt
44
markut
5+
markut.exe

0 commit comments

Comments
 (0)