Skip to content

v1.1.0

v1.1.0 #18

Workflow file for this run

on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- run: cargo clippy -- --deny warnings