File tree Expand file tree Collapse file tree 4 files changed +31181
-10552
lines changed
Expand file tree Collapse file tree 4 files changed +31181
-10552
lines changed Original file line number Diff line number Diff line change 1+ name : Test and Release (if master)
2+ on : push
3+ jobs :
4+ ci :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - name : Checkout
8+ uses : actions/checkout@v3
9+ - uses : actions/setup-node@v3
10+ with :
11+ node-version : 16
12+ - run : npm ci
13+ - run : npm test
14+ # - if: github.ref == 'refs/heads/master'
15+ # run: npm run semantic-release
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ OTHER DEALINGS IN THE SOFTWARE.
129129
130130[ npm-icon ] : https://nodei.co/npm/@cypress/commit-info.svg?downloads=true
131131[ npm-url ] : https://npmjs.org/package/@cypress/commit-info
132- [ ci-image ] : https://travis-ci.org /cypress-io/commit-info. svg?branch=master
133- [ ci-url ] : https://travis-ci.org /cypress-io/commit-info
132+ [ ci-image ] : https://github.com /cypress-io/commit-info/actions/workflows/main.yml/badge. svg
133+ [ ci-url ] : https://github.com /cypress-io/commit-info/actions/workflows/main.yml
134134[ semantic-image ] : https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
135135[ semantic-url ] : https://github.com/semantic-release/semantic-release
136136[ standard-image ] : https://img.shields.io/badge/code%20style-standard-brightgreen.svg
You can’t perform that action at this time.
0 commit comments