Skip to content

Update based on new templates and add a script for future updates #95

Update based on new templates and add a script for future updates

Update based on new templates and add a script for future updates #95

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run ruff
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
with:
version: "0.9.1"
args: "format --check"