Skip to content

Commit c265791

Browse files
committed
Merge branch 'main' of github.com:LucasRuy/sync-branch-action
2 parents 1ecaa22 + 4fd700f commit c265791

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
- main
88

99
jobs:
10-
unit tests:
10+
unit-tests:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v1
1414
- run: npm install
15-
- run: npm test
15+
- run: npm test
16+

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# This is a W.I.P project
2-
31
## Sync Branch Action
2+
[![CI](https://github.com/LucasRuy/sync-branch-action/actions/workflows/ci.yml/badge.svg)](https://github.com/LucasRuy/sync-branch-action/actions/workflows/ci.yml)
3+
![PR](https://img.shields.io/badge/PRs-welcome-blue)
4+
45
An action to automate your branch update process. This action opens a pull request automatically for you whenever there are changes in a branch that you want to observe.
56

67
## Features

0 commit comments

Comments
 (0)