Skip to content

feat: add location search component (WIP) #18

feat: add location search component (WIP)

feat: add location search component (WIP) #18

Workflow file for this run

---
name: lint (docker)
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
Dockerfile
sparse-checkout-cone-mode: false
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile