Skip to content

Commit 3274de9

Browse files
committed
feat: unified pipeline
1 parent c2bb6ba commit 3274de9

File tree

5 files changed

+17
-272
lines changed

5 files changed

+17
-272
lines changed

.github/workflows/backend-tests.yml

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

.github/workflows/codeql.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "CodeQL"
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: "48 0 * * 2"
10+
11+
12+
jobs:
13+
analyze:
14+
uses: ether/ether-pipelines/.github/workflows/codeql-plugins.yml@main
15+
secrets: inherit
16+

.github/workflows/frontend-tests.yml

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

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
name: Node.js Package
22
on: [push]
33

4-
54
jobs:
65
backend:
7-
uses: ./.github/workflows/backend-tests.yml
8-
secrets: inherit
9-
frontend:
10-
uses: ./.github/workflows/frontend-tests.yml
11-
secrets: inherit
12-
release:
13-
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
14-
needs:
15-
- backend
16-
- frontend
17-
uses: ./.github/workflows/npmpublish.yml
6+
uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
187
secrets: inherit

0 commit comments

Comments
 (0)