Skip to content

Commit

Permalink
Partially revert "Fix and add unittests."
Browse files Browse the repository at this point in the history
This reverts commit 0642a01.
  • Loading branch information
Rot127 committed Mar 16, 2024
1 parent 0642a01 commit 5c5cc9c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: black

on: [pull_request, push]
on: [pull_request]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flake8

on: [pull_request, push]
on: [pull_request]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reuse

on: [pull_request, push]
on: [pull_request]

jobs:
linter:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/unittests.yaml

This file was deleted.

0 comments on commit 5c5cc9c

Please sign in to comment.