Skip to content

https://github.com/azerothcore/azerothcore-wotlk/pull/19490 #12

https://github.com/azerothcore/azerothcore-wotlk/pull/19490

https://github.com/azerothcore/azerothcore-wotlk/pull/19490 #12

Workflow file for this run

name: Codestyle Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-codestyle:
strategy:
fail-fast: false
runs-on: ubuntu-latest
name: Check Codestyling
steps:
- uses: actions/checkout@v2
- name: Check Codestyling
run: source ./apps/ci/ci-codestyle.sh