Skip to content

ci: ⚙️ Rename linter job to 'lint' 🤷‍♂️ #2

ci: ⚙️ Rename linter job to 'lint' 🤷‍♂️

ci: ⚙️ Rename linter job to 'lint' 🤷‍♂️ #2

Workflow file for this run

name: Run linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run Linter
run: cargo clippy