Skip to content

Allow ModalFileUploadComponent in ModalLabel #1644

Allow ModalFileUploadComponent in ModalLabel

Allow ModalFileUploadComponent in ModalLabel #1644

Workflow file for this run

name: ESLint
permissions:
contents: read
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Run ESLint
run: pnpm run lint