Skip to content

[DEV] Comment in h2o_m_resoudre_le_probleme_lineaire.cpp #5510

[DEV] Comment in h2o_m_resoudre_le_probleme_lineaire.cpp

[DEV] Comment in h2o_m_resoudre_le_probleme_lineaire.cpp #5510

name: Branch name validation
on:
push:
jobs:
valid-branch-name:
runs-on: ubuntu-latest
steps:
- name: Verify branch name
run: |
if ! [[ "$GITHUB_REF_NAME" =~ ^feature/.*|^features/.*|^fix/.*|^release/.*|^doc/.*|develop|^issue-* ]]; then
exit 1
fi