Skip to content

fixup! feat: add devbox support #5

fixup! feat: add devbox support

fixup! feat: add devbox support #5

Workflow file for this run

name: Build
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install devbox
uses: jetpack-io/[email protected]
with:
devbox-version: 0.8.5
enable-cache: 'true'
- name: Test
run: devbox run test
- name: Lint
run: devbox run lint
- name: Build
run: devbox run --env GOARCH=amd64 build
devbox run --env GOARCH=arm build