Skip to content

Fix/calendar create issue #57

Fix/calendar create issue

Fix/calendar create issue #57

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