Add Copier migration support and update template docs #10
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| name: Copier Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| copier-test: | |
| runs-on: ubuntu-latest | |
| name: "Check copier for consistency" | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: beman copier consistency check | |
| run: | | |
| ./copier/check_copier.sh |