Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/git_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
on: pull_request

name: Git checks

Comment thread
Theo-lbg marked this conversation as resolved.
jobs:
xpeho_workflows_git_checks:
uses: XPEHO/Xpeho-Workflows/.github/workflows/git_checks.yaml@main
Comment thread
Theo-lbg marked this conversation as resolved.
Dismissed
Comment thread
profotoce59 marked this conversation as resolved.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ SPRING_LIQUIBASE_ENABLED=true
dummy.api.base-url=https://dummyjson.com/
```

### Profiles
### Profiles
Comment thread
Theo-lbg marked this conversation as resolved.

- **default**: PostgreSQL (production)
- **local**: Custom local settings
Expand Down
Loading