Skip to content

lastModified reflects the register's last commit time #34

lastModified reflects the register's last commit time

lastModified reflects the register's last commit time #34

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: npm install
- run: npm test
env:
REGISTRY_REPOSITORY: https://github.com/ISDCF/registries
PORT: 30000