mod-needs-system/.github/workflows/core_codestyle.yml

16 lines
292 B
YAML
Raw Normal View History

2024-06-20 14:13:38 +00:00
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