Skip to content

Update workflow branch filter #6

Update workflow branch filter

Update workflow branch filter #6

Workflow file for this run

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