Skip to content

Commit 3012b82

Browse files
authored
Merge pull request #12 from sarnold/doc-nits
Action update
2 parents def0152 + b8f707a commit 3012b82

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Run bandit
23-
uses: VCTLabs/bandit-report-artifacts@master
23+
uses: VCTLabs/bandit-report-artifacts@b0679c4dff0c2ed69000132fabf6a9e1b7dcfd5c # v0.0.3
2424
with:
2525
project_path: procman
2626
ignore_failure: false

README.rst

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

55
**A lightweight process manager for user scripts**.
66

7-
|ci| |wheels| |release| |badge| |bandit|
7+
|ci| |wheels| |bandit| |release|
88

99
|pre| |cov| |pylint|
1010

@@ -296,8 +296,8 @@ something like::
296296

297297
then install it into the repo you just cloned::
298298

299-
$ git clone https://github.com/sarnold/ymltoxml
300-
$ cd ymltoxml/
299+
$ git clone https://github.com/sarnold/procman
300+
$ cd procman/
301301
$ pre-commit install
302302

303303
It's usually a good idea to update the hooks to the latest version::

0 commit comments

Comments
 (0)