Skip to content

Commit

Permalink
ci: clone with lfs=true for rustfmt job
Browse files Browse the repository at this point in the history
Required for getting the skip-ci-on-docs-only-changes to work.
  • Loading branch information
conorsch committed Jun 20, 2024
1 parent 9d51ad7 commit 07cab47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
# we don't need lfs for the check to pass, but we do need it for the paths-ignore
# option to work correctly.
lfs: true
- name: Load rust cache
uses: astriaorg/[email protected]
- run: cargo fmt --all -- --check
Expand Down

0 comments on commit 07cab47

Please sign in to comment.