feat: upgrading list_instructor_tasks to DRF ( 10th ) #24506
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
name: CI | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
verify_dunder_init: | |
name: Verify __init__.py Files | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Check out branch | |
uses: actions/checkout@v4 | |
- name: Ensure git is installed | |
run: | | |
sudo apt-get update && sudo apt-get install git | |
- name: Verify __init__.py files exist | |
run: | | |
scripts/verify-dunder-init.sh |