Skip to content

Commit

Permalink
setup-resharper v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Apr 25, 2020
1 parent 2cc0378 commit a841f02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ This action sets up a [ReSharper Command Line Tools](https://www.jetbrains.com/h

- downloading and caching a version of ReSharper CTL and adding it to PATH

# Usage

See [action.yml](action.yml)

Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: goit/setup-resharper@v1
with:
version: '2020.1'
- run: InspectCode <solution file>
```
# License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-resharper",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"description": "Setup ReSharper Command Line Tools in GitHub Action",
"main": "src/setup-resharper.ts",
Expand Down

0 comments on commit a841f02

Please sign in to comment.