Skip to content

Release 0.10.0; fix tab character handling in preprocess / xflate #93

Release 0.10.0; fix tab character handling in preprocess / xflate

Release 0.10.0; fix tab character handling in preprocess / xflate #93

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened]
branches:
- main
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: perl .github/scripts/check_versions_changelog.pl
- run: rustup update nightly && rustup default nightly
- run: cargo build --verbose
- run: cargo test --verbose