-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from deepflowinc-oss/konn/rename-org-name
fix: Changes org name
- Loading branch information
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# guardian - The border guardian for your package dependencies | ||
|
||
[![Build & Test](https://github.com/deepflowinc/guardian/actions/workflows/haskell.yml/badge.svg)](https://github.com/deepflowinc/guardian/actions/workflows/haskell.yml) | ||
[![Build & Test](https://github.com/deepflowinc-oss/guardian/actions/workflows/haskell.yml/badge.svg)](https://github.com/deepflowinc-oss/guardian/actions/workflows/haskell.yml) | ||
![Hackage](https://img.shields.io/hackage/v/guardian) | ||
|
||
Guardian enforces dependency boundary constraints and keeps your project dependencies sane. | ||
|
@@ -278,14 +278,14 @@ There are several possibilities in the design of actual DAG of domains, we recom | |
|
||
## Installation | ||
|
||
You can download prebuilt binaries for macOS and Linux from [Release](https://github.com/deepflowinc/guardian/releases/latest). | ||
You can download prebuilt binaries for macOS and Linux from [Release](https://github.com/deepflowinc-oss/guardian/releases/latest). | ||
|
||
You can also use [GitHub Action](#github-actions) in your CI. | ||
|
||
To build from source, we recommend using `cabal-install >= 3.8`: | ||
|
||
```sh | ||
git clone [email protected]/deepflowinc/guardian.git | ||
git clone [email protected]/deepflowinc-oss/guardian.git | ||
cd guardian | ||
cabal install | ||
``` | ||
|
@@ -586,7 +586,7 @@ Example workflow: | |
- uses: haskell-actions/setup@v2 | ||
with: | ||
ghc-version: 9.0.2 # Install needed version of ghc | ||
- uses: deepflowinc/guardian/[email protected] | ||
- uses: deepflowinc-oss/guardian/[email protected] | ||
name: Check with guardian | ||
with: | ||
backend: cabal # auto, cabal, or stack; auto if omitted | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters