Skip to content

fix: bump apollo-cw-asset #15

fix: bump apollo-cw-asset

fix: bump apollo-cw-asset #15

Workflow file for this run

name: Conventional commit check
on:
pull_request:
branches:
- master
workflow_dispatch:
# This workflow denies a push to master if all pushed commits are not following
# the conventional commits standard.
jobs:
conv-commit:
name: Enforce conventional commit messages
runs-on: ubuntu-latest
steps:
- name: Checkout pull request
uses: actions/checkout@v3
- name: Check all commit messages for adherence
uses: bilalshaikh42/[email protected]