From 0464d5ae09673ca8c94eaae658bfd09f66c6b525 Mon Sep 17 00:00:00 2001 From: anabborges Date: Sun, 26 Nov 2023 23:42:40 -0300 Subject: [PATCH] :bug: (#69): tentando arrumar erro do code climate --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf4db36..9a1f6802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: paambaati/codeclimate-action@v3.0.0 - uses: actions/setup-python@v4 with: python-version: 3.x @@ -19,6 +20,4 @@ jobs: path: .cache - run: pip install mkdocs-material - run: pip install pillow cairosvg - - run: mkdocs gh-deploy --force - - name: Publish code coverage - uses: paambaati/codeclimate-action@v3.0.0 \ No newline at end of file + - run: mkdocs gh-deploy --force \ No newline at end of file