aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yaml')
-rw-r--r--.github/workflows/main.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
new file mode 100644
index 00000000..62be12e4
--- /dev/null
+++ b/.github/workflows/main.yaml
@@ -0,0 +1,17 @@
+name: main
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
+
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
+jobs:
+ lint-test:
+ uses: ./.github/workflows/lint-test.yaml
+ docs:
+ uses: ./.github/workflows/docs.yaml