We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceb6ce commit 220a378Copy full SHA for 220a378
.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: stoplightio/spectral-action@latest
24
with:
25
file_glob: '*/api/src/main/resources/static/openapi/api.yml'
26
- spectral_ruleset: backend/config/.spectral.yaml
+ spectral_ruleset: config/.spectral.yaml
27
28
- name: Setup up JDK 20
29
uses: actions/setup-java@v3
backend/.gitignore
@@ -26,5 +26,4 @@ replay_pid*
# Gradle
build/
.gradle/
-.idea
30
.kotlin
backend/config/env/local.sh
@@ -1 +1,2 @@
1
+cd "$(dirname "$0")"
2
export $(cat .env | xargs)
0 commit comments