Skip to content

Commit

Permalink
added check for black and ruff as gh-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Lindholm committed Aug 29, 2023
1 parent 8b1e908 commit 4f71fc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Linting & Test

on:
push

jobs:
call-linting-from-utils:
uses: aarhusstadsarkiv/acautils/.github/workflows/linting_ruff-mypy.yml@main

0 comments on commit 4f71fc3

Please sign in to comment.