Skip to content

build: add ci

build: add ci #5

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
name: build-heckler-userspace
jobs:
build-heckler-userspace:

Check failure on line 14 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
run: |
sudo apt install -y python3 python3-pip python3-venv
./misc/ci.sh