Skip to content

Merge pull request #40 from lool/integration-test-contents-xml #112

Merge pull request #40 from lool/integration-test-contents-xml

Merge pull request #40 from lool/integration-test-contents-xml #112

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