Skip to content

Add the ability to search DPS locations by City name (#166) #84

Add the ability to search DPS locations by City name (#166)

Add the ability to search DPS locations by City name (#166) #84

Workflow file for this run

name: eslint-check
on:
push:
branches:
- "*"
pull_request:
branches:
- '*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run eslint