Skip to content

fix: πŸ› Ensure code is working with nu 0.99.0 again #283

fix: πŸ› Ensure code is working with nu 0.99.0 again

fix: πŸ› Ensure code is working with nu 0.99.0 again #283

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-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Run Linter
run: cargo clippy