Skip to content

feat: Allow associating created prompts with environments #6279

feat: Allow associating created prompts with environments

feat: Allow associating created prompts with environments #6279

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint