Added correct Workflow
This commit is contained in:
16
.github/workflows/cc.yml
vendored
16
.github/workflows/cc.yml
vendored
@@ -11,22 +11,6 @@ jobs:
|
|||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Making Django Migrations
|
|
||||||
uses: creyD/makemigrations_action@master
|
|
||||||
with:
|
|
||||||
dependencypath: "requirements.txt"
|
|
||||||
branch: ${{ github.head_ref }}
|
|
||||||
managepath: "src/manage.py"
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Applying PEP-8 to all files
|
|
||||||
uses: creyD/action_autopep8@master
|
|
||||||
with:
|
|
||||||
dependencies: "requirements.txt"
|
|
||||||
branch: ${{ github.head_ref }}
|
|
||||||
autoparameters: "--max-line-length 250 -a"
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Prettify the JS Code
|
- name: Prettify the JS Code
|
||||||
uses: creyD/prettier_action@master
|
uses: creyD/prettier_action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user