Skip to content

Commit

Permalink
ci: remove duplicate lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 15, 2024
1 parent ea59d9c commit 69d065e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
32 changes: 0 additions & 32 deletions .github/lint-files.sh

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:

- run: make check-syntax-errors

- run: make check-style

- name: Lint Python files
run: "${GITHUB_WORKSPACE}/.github/lint-files.sh '*.py' 'flake8'"
run: make check-style

- name: Lint YAML tests
run: "${GITHUB_WORKSPACE}/.github/lint-files.sh 'tests/*.yaml' 'yamllint'"
Expand Down

0 comments on commit 69d065e

Please sign in to comment.