In comments, fix typos. #71
Workflow file for this run
This file contains 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
# Run test_each_chapter.yaml, from nqcc2 repo, to make sure we're not | |
# e.g. using a language feature before the test where it's added | |
name: Test All Chapters | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
test_all_chapters: | |
uses: nlsandler/nqcc2/.github/workflows/test_each_chapter.yaml@extra-credit | |
with: | |
tests-branch: ${{ github.ref }} | |
cc-branch: extra-credit |