Skip to content

move "remove disables" to optional #156

move "remove disables" to optional

move "remove disables" to optional #156

Workflow file for this run

name: Codestyle Checks
on:
push:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
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