Skip to content

Merge pull request #36 from twilio-labs/v0.6.0 #95

Merge pull request #36 from twilio-labs/v0.6.0

Merge pull request #36 from twilio-labs/v0.6.0 #95

Workflow file for this run

name: PR Validator
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build