Skip to content

feat: add automated release workflow with binary artifacts #57

feat: add automated release workflow with binary artifacts

feat: add automated release workflow with binary artifacts #57

Workflow file for this run

name: Validate Conventional Commits
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: webiny/[email protected]
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}