fix: update workflow

This commit is contained in:
Stevan Freeborn
2023-02-20 13:14:23 -06:00
parent 8175a4e2bc
commit b8913a14c1
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
committed: ${{ steps.commit.outputs.committed }} committed: ${{ steps.commit.outputs.committed }}
format: format:
needs: lint needs: lint
if: ${{ needs.lint.outputs.committed == false }} if: ${{ needs.lint.outputs.committed }} == false
name: format name: format
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: