Skip to content

chore(submodule): bump macros from 8ce5d0c to a63f1a0 #395

chore(submodule): bump macros from 8ce5d0c to a63f1a0

chore(submodule): bump macros from 8ce5d0c to a63f1a0 #395

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