fix: update workflow

This commit is contained in:
Stevan Freeborn
2023-02-20 13:02:38 -06:00
parent 3a249e825b
commit 775ee6b7ac
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: test
- run: echo needs.lint.outputs.committed
run: echo needs.lint.outputs.committed
test:
needs: lint
if: needs.lint.outputs.committed == false