Skip to content

feat: added onboarding and mpal tour to show case #17

feat: added onboarding and mpal tour to show case

feat: added onboarding and mpal tour to show case #17

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Test
run: go test ./...
- name: Build
run: go build ./cmd/mpal ./cmd/mpal-mcp