Skip to content

Commit 6519df3

Browse files
DEV: Update CI workflows (#14)
Co-authored-by: discoursebuild <[email protected]>
1 parent 424e6aa commit 6519df3

File tree

3 files changed

+11
-200
lines changed

3 files changed

+11
-200
lines changed

.github/workflows/component-linting.yml

-48
This file was deleted.

.github/workflows/component-tests.yml

-152
This file was deleted.

.github/workflows/discourse-theme.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Discourse Theme
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
ci:
11+
uses: discourse/.github/.github/workflows/discourse-theme.yml@v1

0 commit comments

Comments
 (0)