Skip to content

Commit

Permalink
ci: Add custom woke config
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Jun 21, 2024
1 parent 9c7f9de commit f8971ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dei.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: DEI Checks
# whitelist

Check warning on line 2 in .github/workflows/dei.yml

View workflow job for this annotation

GitHub Actions / Check for inclusive language

`whitelist` may be insensitive, use `allowlist`, `inclusion list` instead
# master

Check failure on line 3 in .github/workflows/dei.yml

View workflow job for this annotation

GitHub Actions / Check for inclusive language

`master` may be insensitive, use `main`, `primary`, `leader` instead

on:
push:
Expand Down
14 changes: 14 additions & 0 deletions .woke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
rules:
- name: master
terms:
- master
alternatives:
- main
- primary
- leader
- name: slave
terms:
- slave
alternatives:
- secondary
- follower

0 comments on commit f8971ec

Please sign in to comment.