tianole/.github/workflows/check.yml
Microindole e3782144b8
refactor(build): split makefiles and normalize internal API names
- align makefile layout with Linux-style directories
2026-05-08 21:00:24 +08:00

24 lines
406 B
YAML

name: check
on:
push:
pull_request:
jobs:
build-and-boot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
clang \
lld \
qemu-system-x86 \
ovmf
- name: Run project checks
run: ./scripts/check.sh