Skip to content

Commit 7c9a5ce

Browse files
docs: add github actions ci, migrate to main branch, discussions chat
1 parent 42d246a commit 7c9a5ce

File tree

7 files changed

+19
-30
lines changed

7 files changed

+19
-30
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
build-and-test:
99
name: '${{ matrix.platform }}: node.js ${{ matrix.nodejs-version }}'
@@ -14,9 +14,9 @@ jobs:
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

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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.
87
It’s not another graphviz compiler. It can generate
98
and reformat graphviz too.
109

1110
It’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

packages/redot-cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
1717
Command-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

packages/redot-parse/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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**

packages/redot-stringify/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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**

packages/redot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)