Skip to content

ci: run ci with graphics (remove -nographics) #2553

ci: run ci with graphics (remove -nographics)

ci: run ci with graphics (remove -nographics) #2553

Workflow file for this run

on:
pull_request:
branches: [ master, master-* ]
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
check-conventional-commit:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'NO-COMMIT-CHECK') }}
steps:
- uses: anatawa12/sh-actions/conventional-commitlint@master