Skip to content

Commit a5cc885

Browse files
authored
brush ci (#141)
1 parent 1e6b7e7 commit a5cc885

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/deploy.yml .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: docs
22

33
on:
44
workflow_dispatch: { }

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
lint-editor:
10+
editor:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/publish.yml .github/workflows/package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: publish
1+
name: package
22

33
on:
44
push:
55
branches: [ main ]
66
workflow_dispatch:
77

88
jobs:
9-
publish:
9+
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: checkout

.github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: close stale issues
1+
name: stale
22

33
on:
44
workflow_dispatch:
55
schedule:
66
- cron: '45 3 * * *'
77

88
jobs:
9-
stale:
9+
scan:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/stale@v4

.github/workflows/cover.yml .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cover
1+
name: test
22

33
on:
44
push:

0 commit comments

Comments
 (0)