mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Upgrade module (#124)
This commit is contained in:
4
.github/README.md
vendored
4
.github/README.md
vendored
@@ -4,7 +4,9 @@
|
||||
|
||||
## Anticheat Module
|
||||
|
||||
- Latest build status with AzerothCore: [](https://github.com/azerothcore/mod-anticheat)
|
||||
- Latest build status with AzerothCore:
|
||||
|
||||
[](https://github.com/azerothcore/mod-anticheat)
|
||||
|
||||
This is a port of the PassiveAnticheat Script from lordpsyan's repo to [AzerothCore](http://www.azerothcore.org)
|
||||
|
||||
|
||||
19
.github/workflows/core_codestyle.yml
vendored
Normal file
19
.github/workflows/core_codestyle.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user