Skip to content

Merge pull request #387 from geoblocks/renovate/all-patch-and-minor-v… #663

Merge pull request #387 from geoblocks/renovate/all-patch-and-minor-v…

Merge pull request #387 from geoblocks/renovate/all-patch-and-minor-v… #663

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint-and-build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Npm setup
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build