Skip to content

ci(ppa): synthesise orig tarball for 3.0 (quilt) format #48

ci(ppa): synthesise orig tarball for 3.0 (quilt) format

ci(ppa): synthesise orig tarball for 3.0 (quilt) format #48

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: cargo test
- run: cargo fmt --check
- run: cargo clippy -- -D warnings