Skip to content

Bump reviewdog/action-shellcheck from 1.27.0 to 1.28.0 in /.github/workflows #20

Bump reviewdog/action-shellcheck from 1.27.0 to 1.28.0 in /.github/workflows

Bump reviewdog/action-shellcheck from 1.27.0 to 1.28.0 in /.github/workflows #20

Workflow file for this run

name: Lint Python
on:
pull_request:
merge_group:
jobs:
ruff-lint:
runs-on: ubuntu-22.04
steps:
- name: Git Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.11
- name: Setup uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: ruff check
run: uv run --locked --only-dev ruff check