Skip to content

feat: Update package version and format svgs #22

feat: Update package version and format svgs

feat: Update package version and format svgs #22

Workflow file for this run

name: Checks
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
verify-pr:
name: Verify the PR standards
runs-on: ubuntu-latest
steps:
- uses: jef/conventional-commits-pr-action@v1
with:
comment: true
token: ${{ secrets.GITHUB_TOKEN }}