Skip to content

refactor(vrd): 🎨 refactoring and decoupling example.rs #85

refactor(vrd): 🎨 refactoring and decoupling example.rs

refactor(vrd): 🎨 refactoring and decoupling example.rs #85

Workflow file for this run

name: 🧪 Lint
on:
push:
branches:
- feat/vrd
pull_request:
branches:
- feat/vrd
release:
types: [created]
jobs:
all:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@v4
- name: Check lints
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings