Skip to content

Add support for leading | and & in types (#306) #175

Add support for leading | and & in types (#306)

Add support for leading | and & in types (#306) #175

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clippy (default)
run: |
cargo clippy -- -D warnings
- name: Clippy (all features)
run: |
cargo clippy --all-features -- -D warnings