Skip to content

Add thumbnail images to the Robots page #98

Add thumbnail images to the Robots page

Add thumbnail images to the Robots page #98

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [main, production]
push:
branches: [main]
workflow_dispatch:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint