Skip to content

Commit 3ada378

Browse files
committed
Add scanmsg, ref #105
1 parent 9e10f40 commit 3ada378

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/scanmsg.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
paths:
10+
- .github/workflows/scanmsg.yml
11+
- data/text/*/*/*.msg
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

Comments
 (0)