mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Add sync-identical-files.py
This commit is contained in:
17
.github/workflows/sync_files.yml
vendored
Normal file
17
.github/workflows/sync_files.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user