Change license type to CC_4_BY_SA #237
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 - Quality Checks | |
### TODO: Update this flow from edx-platfrom branch | |
on: | |
pull_request: | |
types: [ opened, synchronize, reopened ] | |
branches: | |
- develop | |
- master | |
jobs: | |
quality-checks: | |
name: Quality Checks | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dummy Test | |
run: echo 'Add quality checks here' |