We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e10f40 commit 3ada378Copy full SHA for 3ada378
1 file changed
.github/workflows/scanmsg.yml
@@ -0,0 +1,27 @@
1
+name: ScanMsg
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - .github/workflows/scanmsg.yml
7
+ - data/text/*/*/*.msg
8
+ pull_request:
9
10
11
12
13
+defaults:
14
+ run:
15
+ shell: bash
16
17
+jobs:
18
+ ScanMsg:
19
+ runs-on: windows-latest
20
+ steps:
21
+ - name: Clone
22
+ uses: actions/checkout@v4
23
24
+ - name: ScanMsg
25
+ uses: wipe2238/ScanMsg@master
26
+ with:
27
+ workdir: data/text
0 commit comments