From d9cafc2fc7fd457625e6185f55f25e7f827110a3 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Sat, 1 Feb 2025 11:45:43 +0300 Subject: [PATCH] Test `rfc.sh` on MacOS For https://github.com/chubin/cheat.sh/pull/412 --- .github/workflows/tests-macos.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/tests-macos.yml diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml new file mode 100644 index 0000000..8afd4f2 --- /dev/null +++ b/.github/workflows/tests-macos.yml @@ -0,0 +1,14 @@ +name: MacOS Tests + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - run: ./share/adapters/rfc.sh