Skip to content

Commit 03ffd3c

Browse files
committed
ci: Run all PR checks through CI job
1 parent a0376b7 commit 03ffd3c

8 files changed

Lines changed: 0 additions & 82 deletions

.github/workflows/check-feature-configs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Check - Feature configurations
22
on:
3-
pull_request:
4-
paths:
5-
- ".github/workflows/check-feature-configs.yaml"
6-
- "src/**/devcontainer-feature.json"
73
workflow_call:
84
workflow_dispatch:
95
permissions:

.github/workflows/check-github-actions.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/check-prettier.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/check-renovate-config.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/check-shellcheck.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/check-yarn.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22
on:
33
pull_request:
4-
paths:
5-
- ".github/workflows/ci.yaml"
64
push:
75
branches:
86
- main

.github/workflows/test-features.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
name: Test - Features
22
on:
3-
pull_request:
4-
paths:
5-
- ".github/workflows/test-features.yaml"
6-
- "package.json"
7-
- "yarn.lock"
8-
- "src/**"
9-
- "!src/**/README.md"
10-
- "!src/**/NOTES.md"
11-
- "test/**"
123
workflow_call:
134
workflow_dispatch:
145
permissions:

0 commit comments

Comments
 (0)