Add validation to otter assign that errors when cell/line magics are present in test cells #231
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
# A workflow for automatically adding all new issues to a project | |
name: Add issues to project | |
on: | |
issues: | |
types: [ opened ] | |
jobs: | |
createCard: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create project card | |
uses: peter-evans/create-or-update-project-card@v1 | |
with: | |
project-name: Otter-Grader Issues and Tasks | |
column-name: Icebox |