Skip to content

refactor: new, more composable API, split out optional ignore paths #9

refactor: new, more composable API, split out optional ignore paths

refactor: new, more composable API, split out optional ignore paths #9

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build
- run: cargo test