Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Jul 4, 2023
1 parent a5dc395 commit 43c8a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker pull funbiscuit/idea-formatter:latest

- name: Build docker image
run: docker build . -t funbiscuit/idea-formatter:latest
run: docker build . -t funbiscuit/idea-formatter:latest --cache-from funbiscuit/idea-formatter:latest

- name: Test image
run: docker run --rm -v ${{ github.workspace }}:/data funbiscuit/idea-formatter --style CodeStyle.xml --dry --recursive src
Expand Down

0 comments on commit 43c8a66

Please sign in to comment.