From 1993e966ae7cc00212121767c08116a4276a00b6 Mon Sep 17 00:00:00 2001 From: Rafal Krysiak Date: Fri, 4 Jul 2025 23:23:21 +0200 Subject: [PATCH] Add workflow file: call-platformos-check.yaml Added workflow file to .github/workflows for platformos-check automation. This commit was created automatically by Ansible playbook. --- .github/workflows/call-platformos-check.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/call-platformos-check.yaml diff --git a/.github/workflows/call-platformos-check.yaml b/.github/workflows/call-platformos-check.yaml new file mode 100644 index 0000000..475324d --- /dev/null +++ b/.github/workflows/call-platformos-check.yaml @@ -0,0 +1,13 @@ +name: Run platformos-check on Liquid files +on: + push: + paths-ignore: + - '**/README.md' + pull_request: + paths-ignore: + - '**/README.md' + workflow_dispatch: + +jobs: + run-platformos-check: + uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main