tests:ethernets: Add comments about MAC->EUI64 transformation and mov… #1077
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for non-inclusive language | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ '**' ] | |
jobs: | |
build: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run Woke action | |
uses: get-woke/woke-action@v0 | |
with: | |
fail-on-error: true | |
woke-args: -o text |