File tree Expand file tree Collapse file tree 3 files changed +30
-22
lines changed Expand file tree Collapse file tree 3 files changed +30
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [ master, main ]
6+ pull_request :
7+ branches : [ master, main ]
8+
9+ jobs :
10+ build-and-test :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v4
15+
16+ - name : Setup Node.js
17+ uses : actions/setup-node@v4
18+ with :
19+ node-version : ' 18'
20+ cache : ' yarn'
21+
22+ - name : Install dependencies
23+ run : yarn install --frozen-lockfile
24+
25+ - name : Run tests
26+ run : yarn test
27+
28+ - name : Build project
29+ run : yarn build
Original file line number Diff line number Diff line change 11# Documentation for Console Table Printer
22
3+ [ ![ CI] ( https://github.com/console-table-printer/console-table-docu/workflows/CI/badge.svg )] ( https://github.com/console-table-printer/console-table-docu/actions )
34[ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/19df54dc-98e0-42a3-a348-1d54477f6522/deploy-status )] ( https://app.netlify.com/sites/console-table/deploys )
45[ ![ codecov] ( https://codecov.io/gh/console-table-printer/console-table-docu/graph/badge.svg?token=GAABSQBCLG )] ( https://codecov.io/gh/console-table-printer/console-table-docu )
56[ ![ Cypress Tests] ( https://github.com/console-table-printer/console-table-docu/actions/workflows/cypress.yml/badge.svg )] ( https://github.com/console-table-printer/console-table-docu/actions/workflows/cypress.yml )
You can’t perform that action at this time.
0 commit comments