Skip to content

Add documentation about how to filter pre-commit files (#42) #76

Add documentation about how to filter pre-commit files (#42)

Add documentation about how to filter pre-commit files (#42) #76

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features