mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Remove dead code from CI
This commit is contained in:
12
.github/workflows/spelling_and_links.yml
vendored
12
.github/workflows/spelling_and_links.yml
vendored
@@ -4,7 +4,7 @@ on: [pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
typos:
|
typos:
|
||||||
# https://github.com/crate-ci/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
|
# install and run locally: cargo install typos-cli && typos
|
||||||
name: typos
|
name: typos
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -14,15 +14,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check spelling of entire workspace
|
- name: Check spelling of entire workspace
|
||||||
uses: crate-ci/typos@master
|
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:
|
linkinator:
|
||||||
name: linkinator
|
name: linkinator
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user