Skip to content

build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 in the github-actions group #114

build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 in the github-actions group

build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 in the github-actions group #114

Workflow file for this run

name: Clippy
on:
workflow_dispatch:
push:
branches: [trunk]
pull_request:
branches: [trunk]
permissions:
contents: read
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Rust
run: rustup update stable
- name: Install Clippy
run: rustup component add clippy
- name: Run Clippy
run: cargo clippy