[github] Reuse GitHub workflows

This commit is contained in:
Kuba Szczodrzyński
2023-08-29 14:37:49 +02:00
parent 27393e47c3
commit 631ef6ba59
5 changed files with 37 additions and 86 deletions

12
.github/workflows/push-dev.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Push (dev), Pull Request
on:
push:
branches: ["**"]
pull_request:
jobs:
lint-clang:
name: Run Clang lint
uses: kuba2k2/kuba2k2/.github/workflows/lint-clang.yml@master
lint-python:
name: Run Python lint
uses: kuba2k2/kuba2k2/.github/workflows/lint-python.yml@master