From 1c31608951475c4cd5e17aa127c7bdaecca5b830 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Thu, 28 Jan 2021 04:00:57 +0000 Subject: [PATCH] Github, you need a Actions YAML validator! --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 4a8432e4..a799f256 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -50,7 +50,7 @@ jobs: python manage.py check python manage.py makemigrations --check --dry-run - name: Run Tests - - uses: paambaati/codeclimate-action@v2.2.4 + uses: paambaati/codeclimate-action@v2.2.4 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: