Skip to content

Commit

Permalink
validate generated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Dec 13, 2024
1 parent 77006ef commit b3f2a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-per-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
echo "SERVICEIP: $SERVICEIP"
echo 'Curling service IP'
curl -m 3 $SERVICEIP:${{env.serviceport}}
sleep 5
kill $tunnelPID
- run: |
./draft -v generate-workflow \
Expand All @@ -169,7 +170,7 @@ jobs:
action-validator 0.1.2
- name: Lint Actions
run: |
find .github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
find ./langtest/.github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
| xargs -I {} action-validator --verbose {}
- name: Execute dry run for update command
run: |
Expand Down

0 comments on commit b3f2a15

Please sign in to comment.