Skip to content

docs(linux): Add documentation for HSR Redbox support #2348

docs(linux): Add documentation for HSR Redbox support

docs(linux): Add documentation for HSR Redbox support #2348

Workflow file for this run

---
# yamllint disable rule:line-length
name: "commit-check"
on: [pull_request] # yamllint disable-line rule:truthy
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
commit-check:
name: Commit Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Check commit
uses: commit-check/commit-check-action@f803083a5bf0867b60d77189bc3810fce2f0e314 # v2.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: true
branch: false
author-name: true
author-email: true
job-summary: true
pr-comments: false