Skip to content

Merge pull request #87 from SuzukiRyuichiro/add-sydney-and-lane-cove-… #738

Merge pull request #87 from SuzukiRyuichiro/add-sydney-and-lane-cove-…

Merge pull request #87 from SuzukiRyuichiro/add-sydney-and-lane-cove-… #738

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Installing
run: npm install
- name: Testing
run: npm test