Skip to content

Commit 6dc2aec

Browse files
authored
chore: migrate to github actions (#94)
1 parent c891c7c commit 6dc2aec

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: continuous-integration
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
checks:
13+
uses: mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.22.6

Jenkinsfile

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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ in the appropriate directories: extend…
5757

5858
If you want you can extend the base configuration directly (`"extends": "mixmax"`) but you shouldn't
5959
need to since the Node and browser configurations already extend that.
60+
61+
## Publishing a new version
62+
63+
```
64+
GH_TOKEN=xxx npx semantic-release --no-ci
65+
```

0 commit comments

Comments
 (0)