Skip to content

fix: use poster as fallback if no pictures provided for past events #57

fix: use poster as fallback if no pictures provided for past events

fix: use poster as fallback if no pictures provided for past events #57

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run lint with auto-fix
run: npm run lint:apply