Skip to content

Commit

Permalink
Merge pull request #7 from MangoIV/develop
Browse files Browse the repository at this point in the history
[chore] README update and ci update
  • Loading branch information
MangoIV authored May 9, 2024
2 parents 09b9f7b + 1afa18e commit 30246c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
run: cabal build
- name: Test
run: cabal test all
- name: Run cabal-audit on itself
run: cabal run cabal-audit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">
<h1> <code> cabal-audit </code> </h1>
<a href="https://github.com/mangoiv/cabal-audit/actions">
<img src="https://github.com/mangoiv/cabal-audit/actions/workflows/cabal-audit.yml/badge.svg" alt="CI">
</a>
<h1> <code> cabal-audit </code> </h1>
</div>

`cabal-audit` is a command-line utility that scans Haskell projects for known vulnerabilities based on the
Expand Down

0 comments on commit 30246c8

Please sign in to comment.