Skip to content

Merge pull request #1 from tedivm/dependabot/github_actions/actions/s… #8

Merge pull request #1 from tedivm/dependabot/github_actions/actions/s…

Merge pull request #1 from tedivm/dependabot/github_actions/actions/s… #8

Workflow file for this run

name: TOML Formatting
on:
push:
pull_request:
jobs:
tomlsort:
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 Typing
run: make tomlsort_check