Skip to content

recordEvent isn't need async #12

recordEvent isn't need async

recordEvent isn't need async #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
check-dist-up-to-date:
name: Check the dist/ folder is up to date
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: npm install --no-save
- run: npm run all
- run: git status --porcelain=v1
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
self:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.