From cd08a2d6790967387a08ad64ad0b2dd62f40cc55 Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Mon, 5 Jan 2026 09:04:55 -0700 Subject: [PATCH] #6 rm cookie cutter test from exemplar --- .github/workflows/cookiecutter_test.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/cookiecutter_test.yml diff --git a/.github/workflows/cookiecutter_test.yml b/.github/workflows/cookiecutter_test.yml deleted file mode 100644 index 91de713..0000000 --- a/.github/workflows/cookiecutter_test.yml +++ /dev/null @@ -1,19 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - -name: Cookiecutter Test -on: - push: - branches: - - main - pull_request: - -jobs: - cookiecutter-test: - runs-on: ubuntu-latest - name: "Check cookiecutter for consistency" - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: beman cookiecutter consistency check - run: | - ./cookiecutter/check_cookiecutter.sh