Kaynağa Gözat

Remove .github/workflows/docs-lint.yml

DarthSim 1 yıl önce
ebeveyn
işleme
2f5a5fca15
1 değiştirilmiş dosya ile 0 ekleme ve 26 silme
  1. 0 26
      .github/workflows/docs-lint.yml

+ 0 - 26
.github/workflows/docs-lint.yml

@@ -1,26 +0,0 @@
-name: Lint Docs
-
-on:
-  push:
-    branches:
-    - master
-    paths:
-    - "*.md"
-    - "**/*.md"
-  pull_request:
-    paths:
-    - "*.md"
-    - "**/*.md"
-
-jobs:
-  lychee:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v3
-    - name: Link Checker
-      id: lychee
-      uses: lycheeverse/lychee-action@v1.6.1
-      env:
-        GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
-      with:
-        args: docs README.md CHANGELOG.md --exclude localhost --exclude-path docs/index.html -v