Skip to content

Commit b0d79b7

Browse files
authored
Merge pull request #158 from BGforgeNet/test/scanmsg
Scanmsg
2 parents 5ef7928 + 0838416 commit b0d79b7

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/scanmsg.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
- uses: actions/checkout@v4
22+
23+
- name: ScanMsg
24+
run: ./extra/bin/ScanMsg.exe data/text

extra/bin/ScanMsg.exe

15.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)