pendingsql
This commit is contained in:
11
.github/workflows/pending-sql-codestyle.yml
vendored
Normal file
11
.github/workflows/pending-sql-codestyle.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user