Skip to content

Remove license-file from Cargo.toml #14

Remove license-file from Cargo.toml

Remove license-file from Cargo.toml #14

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: ["**"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v3
- name: Lint
run: cargo fmt --check
- name: Clippify
run: cargo clippy -- -D warnings