nicer and centered BigText, remove fs-extra, updated readmes

This commit is contained in:
2021-11-21 11:17:10 -05:00
parent 9d1447c801
commit 3f418d3602
11 changed files with 122 additions and 153 deletions
+15 -15
View File
@@ -3,27 +3,27 @@ name: 'CLI: Tests'
on:
push:
branches:
- main
- main
paths:
- 'cli/**'
- 'cli/**'
pull_request:
branches:
- main
- main
paths:
- 'cli/**'
- 'cli/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: |
yarn install --frozen-lockfile
yarn lint
yarn build
working-directory: ./cli
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: |
yarn install --frozen-lockfile
yarn lint
yarn build
working-directory: ./cli