Skip to content

ci: Improve GitHub release workflow configuration #48

ci: Improve GitHub release workflow configuration

ci: Improve GitHub release workflow configuration #48

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- run: make install
- run: make lint
- run: make test
- run: make build