Skip to content

RD-368 : Update maplibre v4.7.1 #91

RD-368 : Update maplibre v4.7.1

RD-368 : Update maplibre v4.7.1 #91

Workflow file for this run

name: Format and Lint
on: [pull_request]
jobs:
format-and-lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Node.js dependencies
run: npm ci
- name: Formatting and linting with Biome
run: npm run biome