Skip to content

Commit f1082da

Browse files
committedDec 8, 2020
Run CI on push / pull_request to master
1 parent dcbd6cf commit f1082da

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22

3-
on: push
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
48

59
jobs:
610
build:

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Latest release](http://img.shields.io/github/release/purescript/purescript-strings.svg)](https://github.com/purescript/purescript-strings/releases)
44
[![Build status](https://github.com/purescript/purescript-strings/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-strings/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![Pursuit](https://pursuit.purescript.org/packages/purescript-strings/badge)](https://pursuit.purescript.org/packages/purescript-strings)
56

67
String and char utility functions, regular expressions.
78

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"bench": "npm run bench:build && npm run bench:run"
1111
},
1212
"devDependencies": {
13-
"eslint": "^4.19.1",
13+
"eslint": "^7.15.0",
1414
"pulp": "^15.0.0",
1515
"purescript-psa": "^0.8.0",
16-
"rimraf": "^2.6.2"
16+
"rimraf": "^3.0.2"
1717
}
1818
}

0 commit comments

Comments
 (0)
Please sign in to comment.