Skip to content

Commit

Permalink
Remove needs requirements for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed May 1, 2023
1 parent 528c1a8 commit e230d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
run: node dist/bin/hb-service.js status --port 8581

lint:
needs: [test_hb_service, build_and_test]
uses: homebridge/.github/.github/workflows/eslint.yml@main
with:
install_cmd: npm ci && cd ui && npm ci

0 comments on commit e230d29

Please sign in to comment.