Skip to content

Commit

Permalink
re-added lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hb9tvk committed Jun 16, 2024
1 parent b541514 commit ba94fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Deploys the final package to NPM
deploy:
needs: [adapter-tests]
needs: [check-and-lint, adapter-tests]

# Trigger this step only when a commit on any branch is tagged with a version number
if: |
Expand Down

0 comments on commit ba94fdb

Please sign in to comment.