fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 14:40:50 -05:00
parent 0cb638faf1
commit d767e6add0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
--- ---
name: "CI" name: "CI"
concurrency: github_ci
on: on:
pull_request: pull_request:
push: push:

View File

@@ -1,5 +1,6 @@
--- ---
name: Linting name: Linting
concurrency: github_ci
on: on:
workflow_call: workflow_call:
jobs: jobs: