Skip to content

Make project REUSE compliant + add pre-commit hooks #17

Make project REUSE compliant + add pre-commit hooks

Make project REUSE compliant + add pre-commit hooks #17

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2025 Arm Limited and affiliates.
#
# SPDX-License-Identifier: Apache-2.0
name: Inclusive language review
# Trigger on pull requests only
on:
- pull_request
#* Stop stale workflows when pull requests are updated: https://stackoverflow.com/a/70972844
#* Does not apply to the main branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
# Declare default permissions as read only.
permissions: read-all
jobs:
woke:
runs-on: ah-ubuntu_24_04-c7g_2x-50
steps:
- name: Checkout Tool-Solutions
uses: actions/[email protected]
- name: Run 'woke'
uses: get-woke/woke-action@v0
with:
fail-on-error: true
woke-args: -c ${{ github.workspace }}/.woke.yml --output text