Skip to content

Add a User-Defined Table Function example #194

Add a User-Defined Table Function example

Add a User-Defined Table Function example #194

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Run ruff
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
with:
version: "0.9.1"
args: "format --check"