Skip to content

Update dependency django-import-export to v3.3.9 #174

Update dependency django-import-export to v3.3.9

Update dependency django-import-export to v3.3.9 #174

Workflow file for this run

name: Check formatting, black
on: [push]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: "website --check"