Skip to content

Add maximum line length rule #3

Add maximum line length rule

Add maximum line length rule #3

Workflow file for this run

name: Clippy
on:
push:
paths:
- '**.rs'
pull_request:
paths:
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: lint
run: cargo clippy