Skip to content

Bump send and express #40

Bump send and express

Bump send and express #40

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- run: |
composer install --optimize-autoloader
- run: |
composer validate --no-check-all --strict
- run: |
npm run build