Skip to content

Bump maplibre-gl to 3.0.0 and react-map-gl to 7.0.25 #54

Bump maplibre-gl to 3.0.0 and react-map-gl to 7.0.25

Bump maplibre-gl to 3.0.0 and react-map-gl to 7.0.25 #54

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Type check
run: npm run type-check