File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : publish
1+ name : docs
22
33on :
44 workflow_dispatch : { }
Original file line number Diff line number Diff line change 77 branches : [ main ]
88
99jobs :
10- lint- editor :
10+ editor :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1- name : publish
1+ name : package
22
33on :
44 push :
55 branches : [ main ]
66 workflow_dispatch :
77
88jobs :
9- publish :
9+ deploy :
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout
Original file line number Diff line number Diff line change 1- name : close stale issues
1+ name : stale
22
33on :
44 workflow_dispatch :
55 schedule :
66 - cron : ' 45 3 * * *'
77
88jobs :
9- stale :
9+ scan :
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/stale@v4
Original file line number Diff line number Diff line change 1- name : cover
1+ name : test
22
33on :
44 push :
You can’t perform that action at this time.
0 commit comments