Skip to content

Commit 62f89fa

Browse files
authored
Get the hash glob makes
1 parent e157589 commit 62f89fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
- name: Checkout
5353
uses: actions/checkout@v4
5454
- run: sha256sum ./test-requirements.txt
55+
- uses: actions/github-script@v7
56+
with:
57+
script: |
58+
console.log(glob.hashFiles(["test-requirements.txt"]))
59+
console.log(glob.hashFiles(["./test-requirements.txt"]))
60+
console.log(glob.hashFiles(["**/requirements.txt"])) // default
5561
- name: Setup python
5662
uses: actions/setup-python@v5
5763
with:

0 commit comments

Comments
 (0)