Skip to content

🎨 Array should not be optionnal (empty or filled) #48

🎨 Array should not be optionnal (empty or filled)

🎨 Array should not be optionnal (empty or filled) #48

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
lint:
name: 🚨 Lint
runs-on: ubuntu-latest
steps:
- name: πŸ“‚ Access repository
uses: actions/checkout@v3
- name: πŸ“¦ Install dependencies
run: npm ci
- name: 🚨 Lint code
run: npm run lint