feat(contentful): Export subtopic/recommendation/question/answer combinations as CSV #1266
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
name: Verify Checks Running | |
on: | |
pull_request: | |
branches: ["main", "development"] | |
jobs: | |
verify-checks-running: | |
name: Verify Checks Running | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Echo to console | |
run: echo "checks are running" |