mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Update Ruby workflows
This commit is contained in:
21
.github/workflows/sync-files.yml
vendored
Normal file
21
.github/workflows/sync-files.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user