Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

chore(deps): bump the process-analytics group with 1 update (#142) #273

chore(deps): bump the process-analytics group with 1 update (#142)

chore(deps): bump the process-analytics group with 1 update (#142) #273

Workflow file for this run

name: Build and Check
on:
push:
branches: [ "main" ]
paths:
- '.github/actions/build/**/*'
- '.github/workflows/build.yml'
- 'src/**/*'
- '.nvmrc'
- '.xo-config.json'
- 'index.html'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
pull_request:
branches:
- main
paths:
- '.github/actions/build/**/*'
- '.github/workflows/build.yml'
- 'src/**/*'
- '.nvmrc'
- '.xo-config.json'
- 'index.html'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
with:
npm-script: 'tsc'
- name: Check
run: npm test