Skip to content

Refactor: Remove the dataloader for demo course from the site creation. #53

Refactor: Remove the dataloader for demo course from the site creation.

Refactor: Remove the dataloader for demo course from the site creation. #53

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
continue-on-error: true
name: Check
steps:
- uses: actions/checkout@v1
- uses: returntocorp/semgrep-action@v1
name: django rules
with:
config: p/django
- uses: returntocorp/semgrep-action@v1
name: other rules
with:
config: https://semgrep.live/dlukeomalley:use-assertEqual-for-equality