Skip to content

Commit

Permalink
exec python
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Sep 4, 2024
1 parent 43ee279 commit e1afbbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: Parse and check versions
run: |
python - <<'EOF'
#!/usr/bin/env python3
import yaml
import semver
Expand Down Expand Up @@ -76,3 +77,4 @@ jobs:
)
print(f"All versions match and are valid. Current version '{current_version}' matches one of the next possible versions.")
EOF

0 comments on commit e1afbbd

Please sign in to comment.