-
Notifications
You must be signed in to change notification settings - Fork 2
34 lines (30 loc) · 774 Bytes
/
Copy pathci.yml
File metadata and controls
34 lines (30 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-FileCopyrightText: 2026 William Jin <AuraMindNest@outlook.com>
#
# SPDX-License-Identifier: BSL-1.0
name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
permissions:
actions: write
contents: read
jobs:
lint:
uses: ./.github/workflows/ci-lint.yml
test:
uses: ./.github/workflows/ci-test.yml
package:
uses: ./.github/workflows/ci-package.yml
dependencies:
uses: ./.github/workflows/ci-dependencies.yml
weblate-pin:
uses: ./.github/workflows/ci-weblate-pin.yml
plugin-smoke:
uses: ./.github/workflows/ci-plugin-smoke.yml
plugin-functional:
uses: ./.github/workflows/ci-plugin-functional.yml
secrets: inherit
plugin-auth:
uses: ./.github/workflows/ci-plugin-auth.yml