mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
12 lines
220 B
YAML
12 lines
220 B
YAML
name: Check pending SQL
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
check-pending-sql:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Check pending SQL
|
|
run: source ./apps/ci/ci-pending.sh
|