From 81d51d0634c8cd6737fa356e4e77c2f3113540c9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 21 Aug 2021 10:53:18 -0700 Subject: [PATCH] Removes nonfunctional test linter --- .github/workflows/accessibility.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/accessibility.yml diff --git a/.github/workflows/accessibility.yml b/.github/workflows/accessibility.yml deleted file mode 100644 index 5c5c0921d..000000000 --- a/.github/workflows/accessibility.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Accessibility Validation - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Scan for accessibility issues - uses: microsoft/accessibility-insights-action@v2 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - site-dir: ${{ github.workspace }}/bookwyrm/templates - scan-url-relative-path: / # use // if windows agen - - - name: Upload report artifact - uses: actions/upload-artifact@v2 - with: - name: accessibility-reports - path: ${{ github.workspace }}/_accessibility-reports