Skip to content

Commit d9fbea1

Browse files
Add apply-format workflow
1 parent e50f21f commit d9fbea1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/apply-format.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: apply-format
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
apply-format:
8+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/apply-format.yaml@hubdle
9+
secrets: inherit

0 commit comments

Comments
 (0)