Skip to content

Commit

Permalink
lint and build
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Jun 25, 2024
1 parent a7d7136 commit 9e212f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: lint
run: make lint
- name: build
run: PATH_VERSION=latest make all
- name: upload
if: false
run: echo todo upload

0 comments on commit 9e212f5

Please sign in to comment.