chore(submodule): bump macros from 8ce5d0c to a63f1a0
#395
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
| name: Check Non-Standard Characters | |
| # Thin caller for the shared reusable workflow in Morrison-Lab/gha. | |
| # The reusable workflow (and its bundled composite) reproduce the previous | |
| # standalone behavior: detect curly quotes / en/em dashes in .qmd and .R files. | |
| # See https://github.com/Morrison-Lab/gha for inputs and versioning. | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| # Keep the job id (check-chars) matching the previous standalone workflow so | |
| # the status-check context name doesn't change. Re-declare the least-privilege | |
| # token the standalone job had; the reusable workflow only needs contents:read. | |
| check-chars: | |
| permissions: | |
| contents: read | |
| uses: Morrison-Lab/gha/.github/workflows/check-non-standard-chars.yml@v2 |