Edited Russian invbox.frm to be more in line with the vanilla style #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ScanMsg | |
on: | |
push: | |
paths: | |
- .github/workflows/scanmsg.yml | |
- data/text/*/*/*.msg | |
pull_request: | |
paths: | |
- .github/workflows/scanmsg.yml | |
- data/text/*/*/*.msg | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
ScanMsg: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: ScanMsg | |
run: ./extra/bin/ScanMsg.exe data/text |