Skip to content

Bug-3672: ProjectGroupPicker on select issue for non dashboard #87

Bug-3672: ProjectGroupPicker on select issue for non dashboard

Bug-3672: ProjectGroupPicker on select issue for non dashboard #87

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run lint script
run: npm run lint