Skip to content

feat: nicer labels for state completion events #20

feat: nicer labels for state completion events

feat: nicer labels for state completion events #20

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
cache: "npm"
- run: npm ci
- run: npm run build