Skip to content

Merge pull request #2 from IAMconsortium/fix/remove-duplicates #12

Merge pull request #2 from IAMconsortium/fix/remove-duplicates

Merge pull request #2 from IAMconsortium/fix/remove-duplicates #12

Workflow file for this run

# Based on https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable