|
73 | 73 | runs-on: ubuntu-22.04 #${{ github.repository == 'sigp/anchor' && fromJson('["self-hosted", "linux", "CI", "large"]') || 'ubuntu-22.04' }} |
74 | 74 | steps: |
75 | 75 | - uses: actions/checkout@v4 |
| 76 | + with: |
| 77 | + submodules: 'recursive' |
76 | 78 | - name: Get latest version of stable Rust |
77 | 79 | if: env.SELF_HOSTED_RUNNERS == 'false' |
78 | 80 | uses: moonrepo/setup-rust@v1 |
|
97 | 99 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
98 | 100 | steps: |
99 | 101 | - uses: actions/checkout@v4 |
| 102 | + with: |
| 103 | + submodules: 'recursive' |
100 | 104 | - name: Get latest version of stable Rust |
101 | 105 | if: env.SELF_HOSTED_RUNNERS == 'false' |
102 | 106 | uses: moonrepo/setup-rust@v1 |
@@ -145,7 +149,7 @@ jobs: |
145 | 149 | run: CARGO_HOME=$(readlink -f $HOME) make vendor |
146 | 150 | - name: Markdown-linter |
147 | 151 | run: make mdlint |
148 | | - |
| 152 | + |
149 | 153 | check-msrv: |
150 | 154 | name: check-msrv |
151 | 155 | runs-on: ubuntu-22.04 |
@@ -187,12 +191,12 @@ jobs: |
187 | 191 | runs-on: ubuntu-22.04 |
188 | 192 | steps: |
189 | 193 | - uses: actions/checkout@v4 |
190 | | - # Uses the canonical version so that the version is up to date: |
| 194 | + # Uses the canonical version so that the version is up to date: |
191 | 195 | # https://github.com/rojopolis/spellcheck-github-actions?tab=readme-ov-file#using-a-canonical-version |
192 | 196 | - uses: rojopolis/spellcheck-github-actions@0.46.0 |
193 | 197 | with: |
194 | 198 | config_path: .github/spellcheck.yml |
195 | | - output_file: spellcheck-output.txt |
| 199 | + output_file: spellcheck-output.txt |
196 | 200 | # cli-check: |
197 | 201 | # name: cli-check |
198 | 202 | # needs: [check-labels] |
|
0 commit comments