Skip to content

Added a section about running app locally #60

Added a section about running app locally

Added a section about running app locally #60

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@39f75e526a505e26a302f8796977b50c13720edf # v3.2.1
with:
version: "0.9.1"
args: "format --check"