]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish.yml
Let CI check C++ includes
[stockfish] / .github / workflows / stockfish.yml
index 99c4259ac756f0d816c65aaaee3252f644fa3bef..1ed4b92d4ca79d717656f3aee682279413c40413 100644 (file)
@@ -16,10 +16,6 @@ jobs:
     if: github.ref == 'refs/heads/master'
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
-        with:
-          fetch-depth: 0
-
       # returns null if no pre-release exists
       - name: Get Commit SHA of Latest Pre-release
         run: |
@@ -37,6 +33,8 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
+  Analyzers:
+    uses: ./.github/workflows/stockfish_analyzers.yml
   Sanitizers:
     uses: ./.github/workflows/stockfish_sanitizers.yml
   Tests: