Skip to content

Commit

Permalink
Changed name to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Dec 9, 2019
1 parent 23fa691 commit 9738987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/prace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Prace
uses: ./ # Uses an action in the root directory
- uses: innerspacetrainings/Prace.js@master
with:
configuration-path: .github/prace.yml
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Checks that the PR title complies with a given regular expression.
Add `.github/workflows/prace.yml` with the following:

```yml
name: Prace
name: Prace.js
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']

jobs:
prace:
setup:
runs-on: ubuntu-latest
steps:
- uses: innerspacetrainings/Prace.js@master
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Prace'
name: 'Prace.js'
description: 'Pull Request complete linter'
author: 'Innerspace GmbH'
inputs:
Expand Down

0 comments on commit 9738987

Please sign in to comment.