Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LucasRuy/sync-branch-action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasruy committed Jun 1, 2021
2 parents 1ecaa22 + 4fd700f commit c265791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
- main

jobs:
unit tests:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm test
- run: npm test

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a W.I.P project

## Sync Branch Action
[![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)
![PR](https://img.shields.io/badge/PRs-welcome-blue)

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.

## Features
Expand Down

0 comments on commit c265791

Please sign in to comment.