]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/github-actions/ci.yml
Checkout `master` branch in CI
[rust.git] / src / ci / github-actions / ci.yml
index d33396dcc80fe42a03bf369027999a507b5e0db7..d3b07419486b2cdf4f15fec19cae420e80cf3196 100644 (file)
@@ -103,6 +103,12 @@ x--expand-yaml-anchors--remove:
         with:
           fetch-depth: 2
 
+      - name: checkout the `master` branch for tidy
+        uses: actions/checkout@v3
+        with:
+          ref: master
+          fetch-depth: 1
+
       # Rust Log Analyzer can't currently detect the PR number of a GitHub
       # Actions build on its own, so a hint in the log message is needed to
       # point it in the right direction.