Skip to content

instructions for adding local widget version into file (#56) #3

instructions for adding local widget version into file (#56)

instructions for adding local widget version into file (#56) #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: bun run tsc
- run: bun run build