Skip to content

chore: 🔧 expand exclude patterns in tsconfig.json to include a… #5

chore: 🔧 expand exclude patterns in tsconfig.json to include a…

chore: 🔧 expand exclude patterns in tsconfig.json to include a… #5

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: npm run build