Skip to content

Commit

Permalink
Always run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 21, 2023
1 parent 7ea2375 commit a151698
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 46 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
name: black
on:
push:
paths:
- '**.py'
- 'pyproject.toml'
- '.github/workflows/black.yaml'
pull_request:
paths:
- '**.py'
- 'pyproject.toml'
- '.github/workflows/black.yaml'
on: [push, pull_request]
jobs:
black:
name: black
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
name: flake8
on:
push:
paths:
- '**.py'
- '.flake8'
- '.github/workflows/flake8.yaml'
pull_request:
paths:
- '**.py'
- '.flake8'
- '.github/workflows/flake8.yaml'
on: [push, pull_request]
jobs:
flake8:
name: flake8
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/isort.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
name: isort
on:
push:
paths:
- '**.py'
- 'pyproject.toml'
- '.github/workflows/isort.yaml'
pull_request:
paths:
- '**.py'
- 'pyproject.toml'
- '.github/workflows/isort.yaml'
on: [push, pull_request]
jobs:
isort:
name: isort
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
name: mypy
on:
push:
paths:
- '**.py'
- 'mypy.ini'
- 'requirements.txt'
- '.github/workflows/mypy.yaml'
pull_request:
paths:
- '**.py'
- 'mypy.ini'
- 'requirements.txt'
- '.github/workflows/mypy.yaml'
on: [push, pull_request]
jobs:
mypy:
name: mypy
Expand Down

0 comments on commit a151698

Please sign in to comment.