File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name : publish
1
+ name : docs
2
2
3
3
on :
4
4
workflow_dispatch : { }
Original file line number Diff line number Diff line change 7
7
branches : [ main ]
8
8
9
9
jobs :
10
- lint- editor :
10
+ editor :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- name : publish
1
+ name : package
2
2
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
6
workflow_dispatch :
7
7
8
8
jobs :
9
- publish :
9
+ deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : checkout
Original file line number Diff line number Diff line change 1
- name : close stale issues
1
+ name : stale
2
2
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
6
- cron : ' 45 3 * * *'
7
7
8
8
jobs :
9
- stale :
9
+ scan :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/stale@v4
Original file line number Diff line number Diff line change 1
- name : cover
1
+ name : test
2
2
3
3
on :
4
4
push :
You can’t perform that action at this time.
0 commit comments