Skip to content

Commit

Permalink
ci: 💚 Remove extra linting CI workflow
Browse files Browse the repository at this point in the history
When the pre-commit workflow was added in ros-controls#473,
the GitHub workflow specified in lint.yml became obsolete
as all linting in now done through pre-commit in format.yml.
With the exception of three packages,
all linting packages have an exact match:
1.ament_pep257 -> pypi pep257
2. ament_flake8 -> pypi flake8
3. ament_xmllint -> pre-commit xml linting

Fixes Duplicate CI Linting jobs ros-controls#479
  • Loading branch information
jaron-l committed Jul 29, 2021
1 parent f2e5757 commit 16801e1
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit 16801e1

Please sign in to comment.