Skip to content

An example of a bundle that creates and uses a secret scope #77

An example of a bundle that creates and uses a secret scope

An example of a bundle that creates and uses a secret scope #77

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