Skip to content

Commit

Permalink
remove yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Nov 28, 2024
1 parent 587c252 commit 9762ee2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
---
name: Lint
on: [push, pull_request] # yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install yamllint
- run: yamllint .
flake8-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9762ee2

Please sign in to comment.