File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : main
2
+ on : [push]
3
+ jobs :
4
+ build-and-test :
5
+ runs-on : ubuntu-latest
6
+ name : Build and test
7
+ steps :
8
+ - uses : actions/checkout@v1
9
+
10
+ - uses : actions/cache@v2
11
+ with :
12
+ path : ' /home/runner/work/codemirror/codemirror/node_modules'
13
+ key : ${{ runner.os }}-modules
14
+
15
+ - run : npm prepare
16
+
17
+ - run : npm test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# CodeMirror
2
2
3
- [ ![ Build Status] ( https://travis-ci.org /codemirror/CodeMirror .svg )] ( https://travis-ci.org /codemirror/CodeMirror )
3
+ [ ![ Build Status] ( https://github.com /codemirror/codemirror/workflows/main/badge .svg )] ( https://github.com /codemirror/codemirror/actions )
4
4
[ ![ NPM version] ( https://img.shields.io/npm/v/codemirror.svg )] ( https://www.npmjs.org/package/codemirror )
5
5
6
6
CodeMirror is a versatile text editor implemented in JavaScript for
You can’t perform that action at this time.
0 commit comments