Skip to content

Info dump 63-65/65: Threading, map generation and misc. #360

Info dump 63-65/65: Threading, map generation and misc.

Info dump 63-65/65: Threading, map generation and misc. #360

name: Check Symbol-Header Synchronization
on:
pull_request:
paths:
- 'symbols/**.yml'
- 'headers/functions/**.h'
- 'headers/data/**.h'
- 'headers/symbol_check.py'
branches:
- master
workflow_call:
jobs:
sync-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Symbol sync check
run: make -C headers symbol-check