Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkoniecznybh committed Dec 6, 2024
1 parent fecf23a commit 55ee0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ You can add License Auditor to your CI pipeline to ensure that the project's dep
- name: Build
run: npm run build
### This part below should be added to your CI configuration file. ###
- name: Install lac
run: npm i -g @brainhubeu/lac
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const options = z.object({
.number()
.optional()
.describe(
"Flag is used to control the exit behavior of the CI process based on the number of blacklisted licenses. by default it is set to Infinity",
"Flag is used to control the exit behavior of the CI process based on the number of blacklisted licenses. By default it is set to Infinity",
),
});

Expand Down

0 comments on commit 55ee0ae

Please sign in to comment.