Skip to content

Commit 1ecaa22

Browse files
committed
feat: update project version
1 parent c6a90d6 commit 1ecaa22

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sync-branch-action",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Action to update branchs automatically.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)