Skip to content

doc: Add demo gif to show how nur works #446

doc: Add demo gif to show how nur works

doc: Add demo gif to show how nur works #446

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