Skip to content

Commit

Permalink
format: white space
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed May 20, 2024
1 parent 9cf1b91 commit 8d39564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: "run `lean-action` with on `lake ${{matrix.lake-init-command}}` with test: ${{ matrix.lake-test }}"
uses: ./
with:
test: ${{ matrix.lake-test }}
test: ${{ matrix.lake-test }}
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ runs:
shell: bash

- name: build ${{ github.repository }}
env:
BUILD_ARGS: ${{ inputs.build-args }}
env:
BUILD_ARGS: ${{ inputs.build-args }}
run: |
echo "::group::Lake Build"
lake build "$BUILD_ARGS"
Expand Down

0 comments on commit 8d39564

Please sign in to comment.