Skip to content

Bump the uv-dependencies group with 4 updates (#28) #119

Bump the uv-dependencies group with 4 updates (#28)

Bump the uv-dependencies group with 4 updates (#28) #119

Workflow file for this run

name: Configuration File Formatting
on:
push:
pull_request:
jobs:
dapperdata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- uses: actions/setup-python@v6
with:
python-version-file: .python-version
- name: Install Dependencies
run: make install
- name: Test Formatting
run: make dapperdata_check