Skip to content

Commit 2b7693c

Browse files
committed
junk: REVERT ME
1 parent 7f15722 commit 2b7693c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: ./
1717
with:
1818
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19-
pattern: index.js
19+
pattern: "*.js"

foo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('foo');

0 commit comments

Comments
 (0)