Skip to content

Commit

Permalink
ci: run lint step in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 6, 2024
1 parent 2d3c6b5 commit ca4a6e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

lint:
name: Lint
needs: [ build_and_test ]
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:

lint:
name: Lint
needs: [ build_and_test ]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ca4a6e1

Please sign in to comment.