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