mirror of
https://github.com/github/codeql.git
synced 2026-04-11 01:54:00 +02:00
22 lines
356 B
YAML
22 lines
356 B
YAML
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: scripts/sync-identical-files.py
|