Skip to content

Commit 962d46b

Browse files
committed
Fix and validate XML
1 parent 2fa900b commit 962d46b

File tree

5 files changed

+10217
-10159
lines changed

5 files changed

+10217
-10159
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Validate XML
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
check-fxparser:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Setup Node.js
11+
uses: actions/setup-node@v4
12+
with:
13+
node-version: 'latest'
14+
- name: Valite
15+
run: npx fxparser -V language-Italiano.xml

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.dccache
2+
node_modules

0 commit comments

Comments
 (0)