mirror of
https://github.com/Tereneckla/mod-profession-experience.git
synced 2026-01-13 00:58:38 +00:00
Initial commit
This commit is contained in:
15
.github/workflows/core_codestyle.yml
vendored
Normal file
15
.github/workflows/core_codestyle.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user