From 94a2b10bb3038b84c35570b192eb78eb11b3c8a9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 10:24:18 +0100 Subject: [PATCH] Added correct Workflow --- .github/workflows/cc.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml index ae5e9bd..f7dae50 100644 --- a/.github/workflows/cc.yml +++ b/.github/workflows/cc.yml @@ -11,22 +11,6 @@ jobs: uses: actions/checkout@v1 with: 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 uses: creyD/prettier_action@master with: