Skip to content

feat(imageswindow): merge the prompt image window and the images window - closes #135 #159

feat(imageswindow): merge the prompt image window and the images window - closes #135

feat(imageswindow): merge the prompt image window and the images window - closes #135 #159

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/[email protected]