Skip to content

Add sample program with syscall (#22) #13

Add sample program with syscall (#22)

Add sample program with syscall (#22) #13

Workflow file for this run

---
name: Workflow - Push
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
spell_check:
name: Spell check
uses: ./.github/workflows/spell_check.yml