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 0ba6e1e commit 9b1cda2Copy full SHA for 9b1cda2
.github/workflows/ci.yml
@@ -83,16 +83,6 @@ jobs:
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: 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
-
96
- name: Check if files comply with semantic line breaks
97
continue-on-error: true
98
run: |
0 commit comments