Skip to content

Commit

Permalink
add language to fenced code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck authored Feb 6, 2023
1 parent 3c38662 commit c8f2f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Be sure to quote paths with spaces.

## Example simple usage

```
```yaml
uses: CycloneDX/gh-node-module-generatebom@v1
```
## Example step that defines the output and path (both are optional)
```
```yaml
- name: Create SBOM step
uses: CycloneDX/gh-node-module-generatebom@v1
with:
Expand All @@ -41,7 +41,7 @@ uses: CycloneDX/gh-node-module-generatebom@v1
## Complete Action with npm build and SBOM creation
```
```yaml
name: Build javascript project
on: push
jobs:
Expand Down

0 comments on commit c8f2f2c

Please sign in to comment.