8000 Add change note · github/codeql@16f38ff · GitHub
[go: up one dir, main page]

Skip to content

Go: mass enable diff-informed data flow #43153

Go: mass enable diff-informed data flow

Go: mass enable diff-informed data flow #43153

Workflow file for this run

name: Check synchronized files
on:
push:
branches:
- main
- 'rc/*'
pull_request:
branches:
- main
- 'rc/*'
permissions:
contents: read
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
0