Skip to content

chore(ci): migrate Linux CI to runs-on self-hosted runners #5396

chore(ci): migrate Linux CI to runs-on self-hosted runners

chore(ci): migrate Linux CI to runs-on self-hosted runners #5396

Workflow file for this run

# Codespell configuration is within .codespellrc
---
name: Codespell
on:
push:
branches: [main, 'support/**']
pull_request:
branches: [main, 'support/**']
merge_group:
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: runs-on=${{ github.run_id }}/runner=2cpu-linux-x64/extras=s3-cache
steps:
- uses: runs-on/action@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Annotate locations with typos
uses: codespell-project/codespell-problem-matcher@9ba2c57125d4908eade4308f32c4ff814c184633 # v1.2.0
- name: Codespell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
with:
skip: .git*,*.svg,*.lock,*lock.json,*.css,.codespellrc,*.cjs
ignore_words_list: crate,firs,anc
check_hidden: true