Skip to content

Kevin/neyn 2185 search page redesign #53

Kevin/neyn 2185 search page redesign

Kevin/neyn 2185 search page redesign #53

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm install
env:
HUSKY: 0
- run: npm run lint
- run: npm run prettier