mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
CI: disable link checker (#7782)
This commit is contained in:
@@ -1,21 +1,8 @@
|
|||||||
name: Check spelling and links
|
name: Link checker
|
||||||
on: [pull_request]
|
# on: [pull_request] # Disabled because it is so broken
|
||||||
|
on: workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
typos:
|
|
||||||
# https://github.com/crate-ci/typos
|
|
||||||
# Add exceptions to .typos.toml
|
|
||||||
# install and run locally: cargo install typos-cli && typos
|
|
||||||
name: typos
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
timeout-minutes: 10
|
|
||||||
steps:
|
|
||||||
- name: Checkout Actions Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Check spelling of entire workspace
|
|
||||||
uses: crate-ci/typos@v1.38.0
|
|
||||||
|
|
||||||
lychee:
|
lychee:
|
||||||
name: lychee
|
name: lychee
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -33,4 +20,3 @@ jobs:
|
|||||||
uses: lycheeverse/lychee-action@v2
|
uses: lycheeverse/lychee-action@v2
|
||||||
with:
|
with:
|
||||||
args: "'**/*.md' '**/*.toml' --exclude localhost --exclude reddit.com" # I guess reddit doesn't like github action IPs
|
args: "'**/*.md' '**/*.toml' --exclude localhost --exclude reddit.com" # I guess reddit doesn't like github action IPs
|
||||||
|
|
||||||
17
.github/workflows/typos.yml
vendored
Normal file
17
.github/workflows/typos.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Typos
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
typos:
|
||||||
|
# https://github.com/crate-ci/typos
|
||||||
|
# Add exceptions to .typos.toml
|
||||||
|
# install and run locally: cargo install typos-cli && typos
|
||||||
|
name: typos
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
steps:
|
||||||
|
- name: Checkout Actions Repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Check spelling of entire workspace
|
||||||
|
uses: crate-ci/typos@v1.38.0
|
||||||
Reference in New Issue
Block a user