Skip to content

Bump guibranco/github-infisical-secrets-check-action from 1.1.12 to 1.1.13 #93

Bump guibranco/github-infisical-secrets-check-action from 1.1.12 to 1.1.13

Bump guibranco/github-infisical-secrets-check-action from 1.1.12 to 1.1.13 #93

Workflow file for this run

name: Clippy check
on:
workflow_dispatch:
pull_request:
jobs:
clippy-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Rustup add Clippy
run: rustup component add clippy
- name: Run linter
uses: clechasseur/rs-clippy-check@v3
with:
args: --all-features --all-targets -- --warn clippy::all