Skip to content

feat: add editor flag on code generation (#106) #92

feat: add editor flag on code generation (#106)

feat: add editor flag on code generation (#106) #92

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Prepare
uses: ./.github/actions/prepare
- name: Run linter
run: pnpm run lint
- name: Run tests
run: pnpm run test