Skip to content

Change history *after* having fetched data for new location #129

Change history *after* having fetched data for new location

Change history *after* having fetched data for new location #129

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install
run: npm i
- name: Compile, Lint & Test
run: npm run ci