Skip to content

fix: add missing yaml language fence #725

fix: add missing yaml language fence

fix: add missing yaml language fence #725

Workflow file for this run

---
name: conventional commits
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: conventional commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.3.0