Skip to content

Re-Add component and pocket customization in resulting image #412

Re-Add component and pocket customization in resulting image

Re-Add component and pocket customization in resulting image #412

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
- uses: tj-actions/changed-files@v34.5.1
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 }}