tests/core: add test for the prepare-image switch and env variable #17345
Workflow file for this run
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: 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/[email protected] | |
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 }} |