Delete proofread-action.yaml (#760)

Resulting in a lot of false positives (to revisit later)
This commit is contained in:
Sara Tavares 2023-04-11 23:49:27 +01:00 committed by GitHub
parent f261967de8
commit 07fb7317fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
name: Proofread PRs
on: [pull_request]
jobs:
test:
permissions: write-all # Required since GitHub now gives actions read-only permissions by default
runs-on: ubuntu-latest
name: Proofread PRs
steps:
- name: Proofread PR
uses: awreck/proofread-action@v1
id: proofread
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required to write a PR review