summaryrefslogtreecommitdiff
path: root/.github/workflows/sql-codestyle.yml
blob: cfd83fe073e9b3243f7c8cad9533ecb2458ce73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Codestyle
on:
  pull_request:
    paths:
      - data/**
      - "!README.md"
      - "!docs/**"

jobs:
  triage:
    runs-on: ubuntu-latest
    name: SQL
    if: github.repository == 'azerothcore/azerothcore-wotlk'
    steps:
      - uses: actions/checkout@v4
      - name: Check pending SQL
        run: source ./apps/ci/ci-pending.sh