Skip to content

Commit 23f5ccf

Browse files
committed
chore(ci): update actions
1 parent a374c45 commit 23f5ccf

File tree

4 files changed

+37
-43
lines changed

4 files changed

+37
-43
lines changed

.github/workflows/ci.yml

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

.github/workflows/format.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Format
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
format:
11+
if: github.repository_owner == 'bombshell-dev'
12+
uses: bombshell-dev/automation/.github/workflows/format.yml@main
13+
secrets: inherit

.github/workflows/preview.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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: '.'

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Publish
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
publish:
11+
if: github.repository_owner == 'bombshell-dev'
12+
uses: bombshell-dev/automation/.github/workflows/publish.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)