Skip to content

chore: Cleanup CODEOWNERS file, add myself to .github dir #776

chore: Cleanup CODEOWNERS file, add myself to .github dir

chore: Cleanup CODEOWNERS file, add myself to .github dir #776

Workflow file for this run

name: Continuous Publish
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm buildc all
- run: pnpx pkg-pr-new publish --compact './packages/*'