diff --git a/.github/workflows/case.yml b/.github/workflows/case.yml deleted file mode 100644 index b6889ef..0000000 --- a/.github/workflows/case.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Check file name case - -on: - pull_request: - branches: - - main - -jobs: - case: - name: Check for case being inconsistent - runs-on: ubuntu-latest - strategy: - matrix: - folder: ["docs", "blog"] - # the enviroment to deploy to / use secrets from - environment: no-secret - # modify the default permissions of the GITHUB_TOKEN, so as to only allow least priveleges - permissions: - contents: read - steps: - - uses: actions/checkout@v3 - - - name: Case check action - uses: ConsenSys/docs-gha/case@main - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOC_DIR: ${{ matrix.folder }}