Skip to content

Commit

Permalink
feat: update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasruy committed Jun 1, 2021
1 parent c6a90d6 commit 1ecaa22
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Tests"

on:
pull_request:
push:
branches:
- main

jobs:
unit tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1ecaa22

Please sign in to comment.