Skip to content

Commit a7b237d

Browse files
author
sonu kumar meena
committed
lint README
1 parent a593d5e commit a7b237d

2 files changed

Lines changed: 16 additions & 19 deletions

File tree

stackstorm-nexus3/README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
## Installation
66

7-
8-
Install this pack with: `st2 pack install file:///$PWD`
7+
Install this pack with: `st2 pack install file://$PWD`
98

109
Or if in remote repository: `st2 pack install https://github.com/MY/PACK`
1110

@@ -45,25 +44,25 @@ profiles:
4544
# verify: fallback to verify: True
4645
```
4746

48-
4947
**Note** : When modifying the configuration in `/opt/stackstorm/configs/` please
5048
remember to tell StackStorm to load these new values by running
5149
`st2ctl reload --register-configs`
5250

53-
5451
## Actions
5552

5653
While naming actions following convention is used:
5754

58-
**< VERB >_< RESOURCE(plural) >**
59-
55+
< VERB >_< RESOURCE(plural) >
56+
eg.
57+
list_repositories
58+
get_scripts
6059

6160
Supported Resources
6261

63-
- Repositories
64-
- Scripts
62+
* Repositories
63+
* Scripts
6564

66-
### Available actions:
65+
### Available actions
6766

6867
* **list_repositories** : List nexus3 repositories
6968
* **get_repositories** : get nexus3 repositories
@@ -91,18 +90,15 @@ Supported Resources
9190

9291
--NIL--
9392

94-
95-
# Testing
96-
93+
## Testing
9794

9895
While testing you can leverage [Makefile](./tests/Makefile) to ease writing and testing actions. Read the Makefile for the list of useful commands.
9996

100-
101-
# Contributing
97+
## Contributing
10298

10399
Before submitting make sure python linter is happy with your changes first
104100

105-
```
101+
``` bash
106102
pip install flake8
107103

108104
#executing flake8 ./

stackstorm-nexus3/pack.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ ref: nexus3
33
name: Sontatype nexus3
44
description: Sontatype nexus3 stackstorm pack
55
keywords:
6-
- example
7-
- test
6+
- nexus
7+
- nexus3
8+
- sonatype
89
version: 0.1.0
910
python_versions:
1011
- "2"
1112
- "3"
12-
author: Sonu K. Meena
13-
email: sonu.meena@example.com
13+
author: Sonu Meena
14+
email: sonukr666@gmail.com

0 commit comments

Comments
 (0)