We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545fc4c commit 2a6b5f2Copy full SHA for 2a6b5f2
2 files changed
.github/workflows/git_checks.yaml
@@ -0,0 +1,7 @@
1
+on: pull_request
2
+
3
+name: Git checks
4
5
+jobs:
6
+ xpeho_workflows_git_checks:
7
+ uses: XPEHO/Xpeho-Workflows/.github/workflows/git_checks.yaml@main
README.md
@@ -134,7 +134,7 @@ SPRING_LIQUIBASE_ENABLED=true
134
dummy.api.base-url=https://dummyjson.com/
135
```
136
137
-### Profiles
+### Profiles
138
139
- **default**: PostgreSQL (production)
140
- **local**: Custom local settings
0 commit comments