Skip to content

Merge pull request #16 from lumag/fix-qcs8300-qcs9100 #43

Merge pull request #16 from lumag/fix-qcs8300-qcs9100

Merge pull request #16 from lumag/fix-qcs8300-qcs9100 #43

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build all platforms and run tests
run: |
sudo apt install pycodestyle
make lint
make all integration
- name: Run cargo
run: |
cd degpt
cargo build