Skip to content

Add developer setup instructions (#63) #30

Add developer setup instructions (#63)

Add developer setup instructions (#63) #30

name: Publish Snapshot
on:
push:
branches: ['main', 'feature/**', 'feature-**']
paths-ignore:
- 'CHANGELOG.md'
- 'CHANGELOG_PENDING.md'
- 'README.md'
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
jobs:
lint:
uses: ./.github/workflows/stage-lint.yml
test:
uses: ./.github/workflows/stage-test.yml
with:
enable-coverage: true
secrets: inherit