Skip to content

Commit

Permalink
chore(ci.python-app): remove linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeeraa committed Dec 12, 2024
1 parent a450171 commit 7f27047
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -50,6 +47,3 @@ jobs:
run: |
git add .
git commit -m "auto: code formatting"
- name: Lint with pylint
run: |
pylint .

0 comments on commit 7f27047

Please sign in to comment.