Remove dead code from CI

This commit is contained in:
Emil Ernerfeldt 2025-01-29 08:43:18 +01:00
parent e8f351b729
commit 7d87acb5fa
1 changed files with 2 additions and 10 deletions

View File

@ -4,7 +4,7 @@ on: [pull_request]
jobs:
typos:
# https://github.com/crate-ci/typos
# Add exceptions to _typos.toml
# Add exceptions to .typos.toml
# install and run locally: cargo install typos-cli && typos
name: typos
runs-on: ubuntu-latest
@ -14,15 +14,7 @@ jobs:
- name: Check spelling of entire workspace
uses: crate-ci/typos@master
# Disabled: too many names of crates and user-names etc
# spellcheck:
# name: Spellcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: streetsidesoftware/cspell-action@v2
# with:
# files: "**/*.md"
linkinator:
name: linkinator
runs-on: ubuntu-latest