Skip to content

feat: add bump version and generate changelog actions & workflow #23

feat: add bump version and generate changelog actions & workflow

feat: add bump version and generate changelog actions & workflow #23

Workflow file for this run

name: Check Transpiled JavaScript
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
check-dist:
name: Check dist/
runs-on: ubuntu-latest
strategy:
matrix:
action_name: ['approve-pr', 'create-pr']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: ./actions/setup-pnpm
- name: Build @dfinity/action-utils
run: pnpm -F @dfinity/action-utils build
- name: Check ${{ matrix.action_name }} dist folder
uses: ./.github/actions/check-dist
with:
action_name: ${{ matrix.action_name }}