Skip to content

Upgrade esbuild and typescript to latest versions #5

Upgrade esbuild and typescript to latest versions

Upgrade esbuild and typescript to latest versions #5

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: make node_modules
- name: Run build
run: make build
- name: Run check
run: make check