Skip to content

chore(deps): update actions/checkout action from v7.0.0 to v7.0.1 (.g… #22787

chore(deps): update actions/checkout action from v7.0.0 to v7.0.1 (.g…

chore(deps): update actions/checkout action from v7.0.0 to v7.0.1 (.g… #22787

Workflow file for this run

name: Ruff Linter
on:
workflow_dispatch:
push:
pull_request:
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install Ruff Linter
run: pip install -r requirements-lint.txt
- name: Run Ruff Linter
run: ruff check --output-format=github .