Skip to content

Commit

Permalink
coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Aug 16, 2024
1 parent 186652f commit 28b9bb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analysis-of-endpoint-connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
java: 21

jobs:
parse-rest-calls-and-endpoints:
Parse-rest-calls-and-endpoints:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '${{ env.java }}'
distribution: 'adopt'
distribution: 'temurin'

- name: Set up node.js
uses: actions/setup-node@v4
Expand All @@ -46,8 +46,8 @@ jobs:
supporting_scripts/analysis-of-endpoint-connections/endpoints.json
supporting_scripts/analysis-of-endpoint-connections/restCalls.json
analysis-of-endpoint-connections:
needs: parse-rest-calls-and-endpoints
Analysis-of-endpoint-connections:
needs: Parse-rest-calls-and-endpoints
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@
"jsx": true
}
},
"rules": {},
"settings": {
"react": {
"version": "detect"
}
}
"rules": {}
}

0 comments on commit 28b9bb6

Please sign in to comment.