Skip to content

ci(workflows): Update workflow branch filter (#32) #7

ci(workflows): Update workflow branch filter (#32)

ci(workflows): Update workflow branch filter (#32) #7

name: Codestyle Checks
on:
push:
pull_request:
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