Skip to content

add action

add action #4

Workflow file for this run

name: 'Build Basic'
on:
push:
jobs:
build-bsp:
runs-on: ["ubuntu-latest"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Kas
uses: ./.github/actions/kas-build
id: build-kas