Skip to content

Merge pull request #38 from vkraleti/content-xml #127

Merge pull request #38 from vkraleti/content-xml

Merge pull request #38 from vkraleti/content-xml #127

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