Update Ruby workflows

This commit is contained in:
Arthur Baars
2021-10-14 13:32:50 +02:00
parent 393800e4b9
commit c66bf38f8d
6 changed files with 89 additions and 78 deletions

21
.github/workflows/sync-files.yml vendored Normal file
View File

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