Skip to content

Support pathnames in contents.xml #91

Support pathnames in contents.xml

Support pathnames in contents.xml #91

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