Skip to content

Commit b7ab017

Browse files
Add valid_jinja2 (push) and word_diff (PR) workflows for docassemble repos with .docx files
1 parent 7b7fab1 commit b7ab017

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/valid_jinja2.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Valid Jinja2
2+
on:
3+
push:
4+
branches:
5+
- "**"
6+
jobs:
7+
validate:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: SuffolkLITLab/ALActions/valid_jinja2@main

.github/workflows/word_diff.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Word Diff
2+
on:
3+
pull_request:
4+
jobs:
5+
diff:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: SuffolkLITLab/ALActions/word_diff@main

0 commit comments

Comments
 (0)