Files
azerothcore-wotlk/.github/workflows/pending-sql-codestyle.yml
2023-11-26 14:33:48 +01:00

12 lines
280 B
YAML

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