We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 044bc7a + cf99a9e commit 86136baCopy full SHA for 86136ba
src/doc/rustc-dev-guide/.github/workflows/ci.yml
@@ -82,3 +82,9 @@ jobs:
82
git add .
83
git commit -m "Deploy ${GITHUB_SHA} to gh-pages"
84
git push --quiet -f "https://x-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}" HEAD:gh-pages
85
+
86
+ - name: Check if files comply with semantic line breaks
87
+ continue-on-error: true
88
+ run: |
89
+ # using split_inclusive that uses regex feature that uses an unstable feature
90
+ RUSTC_BOOTSTRAP=true cargo run --manifest-path ci/sembr/Cargo.toml src
src/doc/rustc-dev-guide/.gitignore
@@ -1,6 +1,7 @@
1
book
2
3
ci/date-check/target/
4
+ci/sembr/target/
5
6
# Generated by check-in.sh
7
pulls.json
0 commit comments