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 7c2abbc commit 05a75e2Copy full SHA for 05a75e2
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
hooks:
27
- id: encode-scripts
28
name: encode scripts in workflows
29
- language: system
30
- entry: python update_scripts_in_yml.py
+ language: python
+ entry: ./update_scripts_in_yml.py
31
always_run: true
32
pass_filenames: false
update_scripts_in_yml.py
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env python
2
+
3
import os
4
from base64 import b64encode
5
0 commit comments