Github, you need a Actions YAML validator!

This commit is contained in:
2021-01-28 04:00:57 +00:00
parent 37c0890a4b
commit 1c31608951

View File

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