Skip to content

Commit 996b691

Browse files
Add fix-checks workflow
1 parent 8081e1c commit 996b691

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/fix-checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: fix-checks
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
fix-checks:
8+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/fix-checks.yaml@main
9+
with:
10+
restore-kotlin-native-cache: false
11+
secrets: inherit

0 commit comments

Comments
 (0)