Add sync-identical-files.py

This commit is contained in:
Tom Hvitved
2021-01-18 16:18:32 +01:00
parent e9a8afe284
commit c11df1fe8c
3 changed files with 64 additions and 0 deletions

17
.github/workflows/sync_files.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Check synchronized files
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Check synchronized files
run: scripts/sync-identical-files.py