Skip to content

Commit 2b31199

Browse files
committed
migrate to github actions
1 parent 9eb1b52 commit 2b31199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
container: golang:1.23-bookworm
88
steps:
9+
- name: Checkout code
10+
uses: actions/checkout@v2
11+
912
- run: make setup
1013
- run: make install
1114
- run: make lint

0 commit comments

Comments
 (0)