зеркало из https://github.com/github/codeql.git
23 строки
405 B
YAML
23 строки
405 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@v4
|
|
- name: Check synchronized files
|
|
run: python config/sync-files.py
|
|
- name: Check dbscheme fragments
|
|
run: python config/sync-dbscheme-fragments.py
|
|
|