Skip to content

Chore/package bumps #73

Chore/package bumps

Chore/package bumps #73

name: CI on Pull Request
on:
pull_request:
jobs:
build:
name: Build Garage API
uses: thatconference/that-gh-actions/.github/workflows/build-validate-api.yml@main
with:
apiName: garage
isForDeploy: false
branchName: ${{ github.ref_name }}
nodeVersion: 20
secrets:
SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }}