summaryrefslogtreecommitdiff
path: root/.github/workflows/codestyle.yml
blob: e56b1de2bb7681768c16bc281f8709c7d913d8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Codestyle
on:
  pull_request:

jobs:
  triage:
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-20.04]
    runs-on: ${{ matrix.os }}
    if: github.repository == 'azerothcore/azerothcore-wotlk'
    steps:
      - uses: actions/checkout@v4
      - name: Check core codestyle
        run: source ./apps/ci/ci-codestyle.sh