Archived
1
0

Added correct Workflow

This commit is contained in:
2020-01-24 10:24:18 +01:00
parent 431cc3b45b
commit 94a2b10bb3

View File

@@ -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: