Skip to content

ci: Add github workflow #1

ci: Add github workflow

ci: Add github workflow #1

Workflow file for this run

name: sotactl CI tests
on:
push:
pull_request:
branches:
- main
jobs:
name: Build dev container and sota client

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-dev-env
run: ./dev-shell.sh true
- name: build sotactl
run: ./dev-shell.sh make