Skip to content

update year in map attribution to 2025 (fix #672) (#723) #1637

update year in map attribution to 2025 (fix #672) (#723)

update year in map attribution to 2025 (fix #672) (#723) #1637

Workflow file for this run

name: Lint PRs
on:
pull_request:
branches: ['dev', 'main']
push:
branches: ['dev', 'main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint