File tree Expand file tree Collapse file tree 7 files changed +19
-30
lines changed
Expand file tree Collapse file tree 7 files changed +19
-30
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [master ]
4+ branches : [main ]
55 pull_request :
6- branches : [master ]
6+ branches : [main ]
77jobs :
88 build-and-test :
99 name : ' ${{ matrix.platform }}: node.js ${{ matrix.nodejs-version }}'
1414 runs-on : ${{ matrix.platform }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@master
17+ uses : actions/checkout@v2
1818 - name : Set up Node.js
19- uses : actions/setup-node@master
19+ uses : actions/setup-node@v2
2020 with :
2121 version : ${{ matrix.nodejs-version }}
2222 - name : Build and test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# ![ Redot] ( https://raw.githubusercontent.com/redotjs/redot/aba51ee/logo.svg?sanitize=true )
22
3- [ ![ Travis CI Status] ( https://travis-ci.org/redotjs/redot.svg?branch=master )] ( https://travis-ci.org/redotjs/redot )
4- [ ![ GitHub Actions Status] ( https://github.com/redotjs/redot/workflows/CI/badge.svg )] ( https://github.com/redotjs/redot/actions )
5- [ ![ Chat] ( https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg )] ( https://spectrum.chat/unified/redot )
3+ [ ![ Build Status] ( https://github.com/redotjs/redot/workflows/CI/badge.svg )] ( https://github.com/redotjs/redot/actions )
4+ [ ![ Chat] ( https://img.shields.io/badge/chat-discussions-success.svg )] ( https://github.com/redotjs/redot/discussions )
65
76** redot** is an ecosystem of plugins for processing graphviz dot files.
87It’s not another graphviz compiler. It can generate
98and reformat graphviz too.
109
1110It’s built on [ unified] ( https://github.com/unifiedjs/unified ) , make sure to read it and its [ website] ( https://unifiedjs.github.io ) too.
1211
13- - [ ` redot ` ] ( https://github.com/redotjs/redot/tree/master /packages/redot ) — Programmatic interface
14- - [ ` redot-cli ` ] ( https://github.com/redotjs/redot/tree/master /packages/redot-cli ) — Command-line interface
12+ - [ ` redot ` ] ( https://github.com/redotjs/redot/tree/main /packages/redot ) — Programmatic interface
13+ - [ ` redot-cli ` ] ( https://github.com/redotjs/redot/tree/z /packages/redot-cli ) — Command-line interface
1514
1615## Contribute
1716
Original file line number Diff line number Diff line change 11# redot-cli
22
33[ ![ NPM Version] ( https://img.shields.io/npm/v/redot-cli.svg )] ( https://www.npmjs.com/package/redot-cli )
4- [ ![ Build Status] ( https://travis-ci.org /redotjs/redot.svg?branch=master )] ( https://travis-ci.org /redotjs/redot )
5- [ ![ Chat] ( https://img.shields.io/gitter/room/redotjs/Lobby .svg )] ( https://gitter.im /redotjs/Lobby )
4+ [ ![ Build Status] ( https://github.com /redotjs/redot/workflows/CI/badge .svg )] ( https://github.com /redotjs/redot/actions )
5+ [ ![ Chat] ( https://img.shields.io/badge/chat-discussions-success .svg )] ( https://github.com /redotjs/redot/discussions )
66
77## Installation
88
@@ -17,10 +17,10 @@ npm install redot-cli
1717Command-line interface for [ ** redot** ] ( https://github.com/redotjs/redot ) .
1818
1919* Loads ` redot- ` plugins
20- * Ignores paths found in [ ` .redotignore ` files] ( https://github.com/unifiedjs/unified-engine/blob/master /doc/ignore.md )
21- * Loads configuration from [ ` .redot ` , ` .redot.js ` files] ( https://github.com/unifiedjs/unified-engine/blob/master /doc/configure.md )
20+ * Ignores paths found in [ ` .redotignore ` files] ( https://github.com/unifiedjs/unified-engine/blob/main /doc/ignore.md )
21+ * Loads configuration from [ ` .redot ` , ` .redot.js ` files] ( https://github.com/unifiedjs/unified-engine/blob/main /doc/configure.md )
2222* Uses configuration from [ ` redotConfig ` fields in ` package.json `
23- files] ( https://github.com/unifiedjs/unified-engine/blob/master /doc/configure.md )
23+ files] ( https://github.com/unifiedjs/unified-engine/blob/main /doc/configure.md )
2424
2525## Usage
2626
Original file line number Diff line number Diff line change 11# redot-parse
22
33[ ![ NPM Version] ( https://img.shields.io/npm/v/redot-parse.svg )] ( https://www.npmjs.com/package/redot-parse )
4- [ ![ Build Status] ( https://travis-ci.org /redotjs/redot.svg?branch=master )] ( https://travis-ci.org /redotjs/redot )
5- [ ![ Chat] ( https://img.shields.io/gitter/room/redotjs/Lobby .svg )] ( https://gitter.im /redotjs/Lobby )
4+ [ ![ Build Status] ( https://github.com /redotjs/redot/workflows/CI/badge .svg )] ( https://github.com /redotjs/redot/actions )
5+ [ ![ Chat] ( https://img.shields.io/badge/chat-discussions-success .svg )] ( https://github.com /redotjs/redot/discussions )
66
77[ Parser] ( https://github.com/unifiedjs/unified#processorparser ) for [ ** unified** ] ( https://github.com/unifiedjs/unified ) . Parses graphviz to an
88[ ** dotast** ] ( https://github.com/redotjs/dotast ) syntax tree. Used in the [ ** redot**
Original file line number Diff line number Diff line change 11# redot-stringify
22
33[ ![ NPM Version] ( https://img.shields.io/npm/v/redot-stringify.svg )] ( https://www.npmjs.com/package/redot-stringify )
4- [ ![ Build Status] ( https://travis-ci.org /redotjs/redot.svg?branch=master )] ( https://travis-ci.org /redotjs/redot )
5- [ ![ Chat] ( https://img.shields.io/gitter/room/redotjs/Lobby .svg )] ( https://gitter.im /redotjs/Lobby )
4+ [ ![ Build Status] ( https://github.com /redotjs/redot/workflows/CI/badge .svg )] ( https://github.com /redotjs/redot/actions )
5+ [ ![ Chat] ( https://img.shields.io/badge/chat-discussions-success .svg )] ( https://github.com /redotjs/redot/discussions )
66
77[ Compiler] ( https://github.com/unifiedjs/unified#processorcompiler ) for [ ** unified** ] ( https://github.com/unifiedjs/unified ) . Stringifies an
88[ ** DOTAST** ] ( https://github.com/redotjs/dotast ) syntax tree to graphviz. Used in the [ ** redot**
Original file line number Diff line number Diff line change 11# redot
22
33[ ![ NPM Version] ( https://img.shields.io/npm/v/redot.svg )] ( https://www.npmjs.com/package/redot )
4- [ ![ Build Status] ( https://travis-ci.org /redotjs/redot.svg?branch=master )] ( https://travis-ci.org /redotjs/redot )
5- [ ![ Chat] ( https://img.shields.io/gitter/room/redotjs/Lobby .svg )] ( https://gitter.im /redotjs/Lobby )
4+ [ ![ Build Status] ( https://github.com /redotjs/redot/workflows/CI/badge .svg )] ( https://github.com /redotjs/redot/actions )
5+ [ ![ Chat] ( https://img.shields.io/badge/chat-discussions-success .svg )] ( https://github.com /redotjs/redot/discussions )
66
77## Installation
88
You can’t perform that action at this time.
0 commit comments