mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
18 lines
314 B
YAML
18 lines
314 B
YAML
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
|