fix(plugin): owner and repo are now persisted between builds and vers… #161
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure the EventCatalog SDK OK | |
name: Verify Build | |
on: | |
pull_request: | |
branches: | |
- master | |
- main | |
jobs: | |
build: | |
name: Verify Build | |
timeout-minutes: 30 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: pnpm/action-setup@v4 | |
with: | |
version: 9 | |
- name: Installation | |
run: pnpm i | |
- name: Build | |
run: pnpm run build |