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 68c506f commit af174b9Copy full SHA for af174b9
.github/workflows/ci.yaml
@@ -226,6 +226,11 @@ jobs:
226
- name: download typos
227
run: curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
228
229
+ - name: Checkout repository
230
+ uses: actions/checkout@v4
231
+ with:
232
+ ref: ${{ github.event.pull_request.head.sha }}
233
+
234
- name: check for typos
235
run: typos
236
0 commit comments