Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

chore(main): release bikeweek-busmap 0.3.1 #103

chore(main): release bikeweek-busmap 0.3.1

chore(main): release bikeweek-busmap 0.3.1 #103

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run lint