Skip to content

Commit

Permalink
feat: provide build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Apr 3, 2024
1 parent 6216d6c commit cb94bf6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: build
on:
- push
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: extractions/setup-just@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: just build

0 comments on commit cb94bf6

Please sign in to comment.