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.
1 parent 260a86d commit 6f64a72Copy full SHA for 6f64a72
.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
0 commit comments