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

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