From 0d0df7d6badb7ac858e662cd250a1c7bf4d70df7 Mon Sep 17 00:00:00 2001 From: Sean Lingren Date: Sat, 23 Nov 2024 12:30:37 -0800 Subject: [PATCH] rm repo validate --- .github/workflows/repo-validate.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/repo-validate.yml diff --git a/.github/workflows/repo-validate.yml b/.github/workflows/repo-validate.yml deleted file mode 100644 index 5f02cc5e..00000000 --- a/.github/workflows/repo-validate.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Repo - Validate - -on: - workflow_dispatch: - push: - -jobs: - validate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: License Exists - run: test -f LICENSE - - name: Gitignore Exists - run: test -f .gitignore - - name: Readme Exists - run: test -f README.md - - name: Readme Lint - uses: avto-dev/markdown-lint@v1.5.0 - with: - args: ./README.md - config: ./.markdownlint.json