pendingsql

This commit is contained in:
Kitzunu
2023-11-26 14:33:48 +01:00
parent 040cc232cc
commit 5cabf3dd3f
2 changed files with 11 additions and 51 deletions

View File

@@ -0,0 +1,11 @@
name: Check pending SQL
on:
pull_request:
jobs:
check-pending-sql:
runs-on: ubuntu-latest
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v4
- name: Check pending SQL
run: source ./apps/ci/ci-pending.sh