Skip to content

Commit

Permalink
ci: remove custom lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Nov 9, 2023
1 parent 2849e42 commit dcc7fec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ permissions:
contents: read

jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
docs:
Expand All @@ -28,11 +26,10 @@ jobs:
required-checks-pass:
if: always()
needs:
- lint
- test
- docs
runs-on: ubuntu-22.04
steps:
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit dcc7fec

Please sign in to comment.