Skip to content

Bump line-ending to v1.1.0 #9

Bump line-ending to v1.1.0

Bump line-ending to v1.1.0 #9

Workflow file for this run

name: Rust Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check
- run: cargo clippy --all-targets --all-features -- -D warnings
- name: Install cargo-deny
run: cargo install cargo-deny
- run: cargo deny check
- run: cargo install cargo-audit
- run: cargo audit