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

Update README.md

Update README.md #19

Workflow file for this run

name: Faker-Cli
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test