Skip to content

add images handling #102

add images handling

add images handling #102

Workflow file for this run

name: eslint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: '16'
- run: npm ci
- run: npm run lint