Skip to content

feat(cmn): ✨ new constants have been added to the list of co… #8

feat(cmn): ✨ new constants have been added to the list of co…

feat(cmn): ✨ new constants have been added to the list of co… #8

Workflow file for this run

name: 🧪 Lint
on:
push:
branches:
- feat/cmn
pull_request:
branches:
- feat/cmn
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