File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 77 - main
88
99jobs :
10- prettier :
10+ format :
1111 if : github.repository_owner == 'bombshell-dev'
1212 uses : bombshell-dev/automation/.github/workflows/format.yml@main
1313 secrets : inherit
Original file line number Diff line number Diff line change 1+ name : Preview
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ format :
7+ if : github.repository_owner == 'bombshell-dev'
8+ uses : bombshell-dev/automation/.github/workflows/preview.yml@main
9+ secrets : inherit
10+ with :
11+ publish : ' .'
Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+
9+ jobs :
10+ ci :
11+ if : github.repository_owner == 'bombshell-dev'
12+ uses : bombshell-dev/automation/.github/workflows/publish.yml@main
13+ secrets : inherit
14+
You can’t perform that action at this time.
0 commit comments