mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-29 21:11:16 +00:00
Removes nonfunctional test linter
This commit is contained in:
parent
821d0f49e2
commit
81d51d0634
1 changed files with 0 additions and 27 deletions
27
.github/workflows/accessibility.yml
vendored
27
.github/workflows/accessibility.yml
vendored
|
@ -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
|
|
Loading…
Reference in a new issue