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

Ru;es re-wrtie using Pathfinder Core as a base #172

Ru;es re-wrtie using Pathfinder Core as a base

Ru;es re-wrtie using Pathfinder Core as a base #172

Workflow file for this run

name: test-and-lint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test