Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Backend into 69-setup-flask-migrate
  • Loading branch information
youssefr26 committed Sep 27, 2024
2 parents b99430c + 8806df9 commit b8ddd35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Black Formatter

on: [pull_request]
on:
pull_request:
paths:
- "**.py"

jobs:
lint:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker Build Test

on: [pull_request]
on:
pull_request:
paths:
- "**.py"

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pytest

on: [pull_request]
on:
pull_request:
paths:
- "**.py"

jobs:
build:
Expand Down

0 comments on commit b8ddd35

Please sign in to comment.