Skip to content

enhance: define type structure for case study element and implement element modal UI (no sample solution) #1010

enhance: define type structure for case study element and implement element modal UI (no sample solution)

enhance: define type structure for case study element and implement element modal UI (no sample solution) #1010

Workflow file for this run

name: Check linting
on:
push:
branches: ['v3', 'v3*']
paths:
- apps/**
- packages/**
pull_request:
branches: ['v3', 'v3*']
types: [opened, synchronize, reopened]
paths:
- apps/**
- packages/**
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9.15.4
run_install: true
- name: Check linting
shell: bash
run: |
pnpm run lint