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