Skip to content

Commit

Permalink
small updates to readme and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 6, 2024
1 parent 8a6e1be commit b83fd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/helpers/npm-deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ The following structure must be followed and all files present for the workflow

### Manual

The action can be run manually from the repository it is stored in:
The action can be run manually from the repository it is stored in.

Note: This will only work after the files have been pushed to the repo.

```
\<Repo Page\>
<Repo Page>
-> Actions
-> (Left Pane) NPM Dependency Reports
-> Run Workflow
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/app-npm-dep-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
# Run NodeJS script to check for latest npm dependency versions and capture output.
- name: Run NPM DEP Check Node.js script
id: check_versions
# we want this one
run: |
node .github/helpers/npm-deps/parse-npm-deps.cjs > outdatedDeps.json
Expand Down

0 comments on commit b83fd7a

Please sign in to comment.