Skip to content

Automate creation of HW test nodes and fetching of secrets #564

Automate creation of HW test nodes and fetching of secrets

Automate creation of HW test nodes and fetching of secrets #564

# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0
name: Check Commit Message
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
commit-msg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- name: Check Commit Message
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: ./githooks/check-commits.sh