Skip to content

Commit

Permalink
add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Reflejo committed Dec 6, 2024
1 parent 5df76e9 commit 64d095d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/check-release.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
#
# Check if a sha in a dependency is included in a release.
# Releases are inferred from tags in the main repo and dependecies
# are read from the Cargo.lock file.
Expand Down

0 comments on commit 64d095d

Please sign in to comment.