Skip to content

Show all plates found in an image in the datalist dropdown (#567) #687

Show all plates found in an image in the datalist dropdown (#567)

Show all plates found in an image in the datalist dropdown (#567) #687

Workflow file for this run

name: Node.js CI - lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.18.1]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.19
- run: export PATH=$HOME/.yarn/bin:$PATH
- run: yarn
- run: yarn lint