File tree 7 files changed +19
-30
lines changed
7 files changed +19
-30
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
pull_request :
6
- branches : [master ]
6
+ branches : [main ]
7
7
jobs :
8
8
build-and-test :
9
9
name : ' ${{ matrix.platform }}: node.js ${{ matrix.nodejs-version }}'
14
14
runs-on : ${{ matrix.platform }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@master
17
+ uses : actions/checkout@v2
18
18
- name : Set up Node.js
19
- uses : actions/setup-node@master
19
+ uses : actions/setup-node@v2
20
20
with :
21
21
version : ${{ matrix.nodejs-version }}
22
22
- name : Build and test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# ![ Redot] ( https://raw.githubusercontent.com/redotjs/redot/aba51ee/logo.svg?sanitize=true )
2
2
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 )
6
5
7
6
** redot** is an ecosystem of plugins for processing graphviz dot files.
8
7
It’s not another graphviz compiler. It can generate
9
8
and reformat graphviz too.
10
9
11
10
It’s built on [ unified] ( https://github.com/unifiedjs/unified ) , make sure to read it and its [ website] ( https://unifiedjs.github.io ) too.
12
11
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
15
14
16
15
## Contribute
17
16
Original file line number Diff line number Diff line change 1
1
# redot-cli
2
2
3
3
[ ![ 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 )
6
6
7
7
## Installation
8
8
@@ -17,10 +17,10 @@ npm install redot-cli
17
17
Command-line interface for [ ** redot** ] ( https://github.com/redotjs/redot ) .
18
18
19
19
* 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 )
22
22
* 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 )
24
24
25
25
## Usage
26
26
Original file line number Diff line number Diff line change 1
1
# redot-parse
2
2
3
3
[ ![ 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 )
6
6
7
7
[ Parser] ( https://github.com/unifiedjs/unified#processorparser ) for [ ** unified** ] ( https://github.com/unifiedjs/unified ) . Parses graphviz to an
8
8
[ ** dotast** ] ( https://github.com/redotjs/dotast ) syntax tree. Used in the [ ** redot**
Original file line number Diff line number Diff line change 1
1
# redot-stringify
2
2
3
3
[ ![ 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 )
6
6
7
7
[ Compiler] ( https://github.com/unifiedjs/unified#processorcompiler ) for [ ** unified** ] ( https://github.com/unifiedjs/unified ) . Stringifies an
8
8
[ ** DOTAST** ] ( https://github.com/redotjs/dotast ) syntax tree to graphviz. Used in the [ ** redot**
Original file line number Diff line number Diff line change 1
1
# redot
2
2
3
3
[ ![ 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 )
6
6
7
7
## Installation
8
8
You can’t perform that action at this time.
0 commit comments