mangos/.github/workflows/core_codestyle.yml
Meltie2013 c0411110cb
GitHub Actions Refactor (#143)
* Split Linux and Windows into their own jobs

* Implement Codestyling Check Script
* It checks for whitespaces (tabs).

* Fix some alignments.
2021-03-05 22:50:24 +00:00

18 lines
295 B
YAML

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