Skip to content

start rewrite app in go #1

start rewrite app in go

start rewrite app in go #1

Workflow file for this run

on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
push:
branches:
- main
- next
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: curl https://mise.run | sh
- run: make check
- run: make build
- run: make test