Skip to content

Feature/gallery domain service #2

Feature/gallery domain service

Feature/gallery domain service #2

Workflow file for this run

name: Lint
on:
workflow_call:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 🛒 Checkout repo
uses: actions/checkout@v3
- name: 📦 Install dependencies
run: npm ci
- name: 🔍 Lint code
run: npm run lint