File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 8383 git commit -m "Deploy ${GITHUB_SHA} to gh-pages"
8484 git push --quiet -f "https://x-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}" HEAD:gh-pages
8585
86+ - name : Cache sembr build
87+ uses : actions/cache@v4
88+ with :
89+ path : |
90+ ~/.cargo/registry/index/
91+ ~/.cargo/registry/cache/
92+ ~/.cargo/git/db/
93+ ci/sembr/target/
94+ key : sembr-${{ hashFiles('ci/sembr/Cargo.lock') }}
95+
8696 - name : Check if files comply with semantic line breaks
8797 continue-on-error : true
8898 run : |
8999 # using split_inclusive that uses regex feature that uses an unstable feature
90- RUSTC_BOOTSTRAP=1 cargo run --manifest-path ci/sembr/Cargo.toml src
100+ RUSTC_BOOTSTRAP=1 cargo run --release -- manifest-path ci/sembr/Cargo.toml src
You can’t perform that action at this time.
0 commit comments