From 7f2704743921419170d5f70c883eae4c29c907e1 Mon Sep 17 00:00:00 2001 From: kaeeraa Date: Thu, 12 Dec 2024 20:21:56 +0300 Subject: [PATCH] chore(ci.python-app): remove linting --- .github/workflows/python-app.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index fcadef1..6f29a70 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,7 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - -name: Format and Lint +name: Format on: push: @@ -50,6 +47,3 @@ jobs: run: | git add . git commit -m "auto: code formatting" - - name: Lint with pylint - run: | - pylint .