Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 #248

Bump actions/checkout from 6.0.2 to 6.0.3

Bump actions/checkout from 6.0.2 to 6.0.3 #248

Workflow file for this run

name: fmt
on:
pull_request:
types: [opened, synchronize]
merge_group:
types: [checks_requested]
jobs:
ruff:
runs-on:
group: databricks-protected-runner-group
labels: linux-ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run ruff
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
with:
version: "0.9.1"
args: "format --check"