Skip to content

feat(azure-theme): bootstrap new package #510

feat(azure-theme): bootstrap new package

feat(azure-theme): bootstrap new package #510

Workflow file for this run

name: Changelog
on:
pull_request:
jobs:
pr:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npx beachball check --changehint "Run 'yarn change' to generate a change file"