Skip to content

Merge pull request #96 from RCagnol/SortAds #1

Merge pull request #96 from RCagnol/SortAds

Merge pull request #96 from RCagnol/SortAds #1

Workflow file for this run

name: Check formatting
on: [push, pull_request]
jobs:
black-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: psf/black@stable
with:
args: ". --check"