Skip to content

Merge pull request '1.21.1 Migration' (#50) from 1.21.1migration into… #189

Merge pull request '1.21.1 Migration' (#50) from 1.21.1migration into…

Merge pull request '1.21.1 Migration' (#50) from 1.21.1migration into… #189

Workflow file for this run

name: Clippy Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint using Clippy
run: cargo clippy --all-features --no-deps --workspace