We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e51a5 commit e607476Copy full SHA for e607476
1 file changed
.github/workflows/validate.yml
@@ -1,6 +1,6 @@
1
# Validates the yaml
2
name: validate_yaml
3
-on:
+on:
4
# Triggers the workflow on push or pull request events but only for the master branch
5
push:
6
branches: [ master ]
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
21
# Use the action to generate a client package
22
# This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.
23
- name: Generate java client to validate yaml file
0 commit comments