Skip to content

HACKING, packaging: update dependencies and information on installing development dependencies #11252

HACKING, packaging: update dependencies and information on installing development dependencies

HACKING, packaging: update dependencies and information on installing development dependencies #11252

Workflow file for this run

name: Inclusive naming PR check
on: pull_request
jobs:
inclusive-naming-check:
name: Inclusive-naming-check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v41.0.0
id: files
- name: woke
uses: get-woke/woke-action-reviewdog@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
fail-on-error: true
woke-args: ${{ steps.files.outputs.all_changed_files }}