We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905ffde commit f8902d6Copy full SHA for f8902d6
1 file changed
.github/workflows/call-platformos-check.yaml
@@ -0,0 +1,13 @@
1
+name: Run platformos-check on Liquid files
2
+on:
3
+ push:
4
+ paths-ignore:
5
+ - '**/README.md'
6
+ pull_request:
7
8
9
+ workflow_dispatch:
10
+
11
+jobs:
12
+ run-platformos-check:
13
+ uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main
0 commit comments