We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63332cf commit 1b9a372Copy full SHA for 1b9a372
.github/workflows/woke.yml
@@ -0,0 +1,18 @@
1
+# yamllint disable rule:line-length
2
+name: Check for non-inclusive language
3
+on: # yamllint disable-line rule:truthy
4
+ - pull_request
5
+jobs:
6
+ woke:
7
+ name: woke
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v3
12
+
13
+ - name: woke
14
+ uses: get-woke/woke-action@v0
15
+ with:
16
+ woke-args: "-c https://raw.githubusercontent.com/linux-system-roles/tox-lsr/main/src/tox_lsr/config_files/woke.yml"
17
+ # Cause the check to fail on any broke rules
18
+ fail-on-error: true
0 commit comments