We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a90d6 commit 1ecaa22Copy full SHA for 1ecaa22
.github/workflows/ci.yml
@@ -0,0 +1,15 @@
1
+name: "Tests"
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ unit tests:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v1
14
+ - run: npm install
15
+ - run: npm test
package.json
@@ -1,6 +1,6 @@
{
"name": "sync-branch-action",
- "version": "1.0.0",
+ "version": "0.1.0",
"description": "Action to update branchs automatically.",
"main": "index.js",
"scripts": {
0 commit comments