Skip to content

Merge pull request #20 from tedivm/cli_pyproject_additions #102

Merge pull request #20 from tedivm/cli_pyproject_additions

Merge pull request #20 from tedivm/cli_pyproject_additions #102

Workflow file for this run

name: Configuration File Formatting
on:
push:
pull_request:
jobs:
dapperdata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: .python-version
- name: Install Dependencies
run: make install
- name: Test Formatting
run: make dapperdata_check