Skip to content

Commit

Permalink
docs: move code of conduct (#800)
Browse files Browse the repository at this point in the history
This file can apparently just as well reside under docs/,
so that'll be one less top-level item to clutter the view.

Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored Jun 6, 2024
1 parent 89d3a7a commit 3bcdc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/do.rq
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ e2e {
lint {
run("opa check --strict --capabilities build/capabilities.json bundle")
run("./regal lint --format pretty bundle")
run("markdownlint --config docs/.markdownlint.yaml README.md docs/")
run("markdownlint --config docs/.markdownlint.yaml --ignore docs/CODE_OF_CONDUCT.md README.md docs/")
}

lint_ci {
run("opa check --strict --capabilities build/capabilities.json bundle")
run_quiet("./regal lint --format github bundle")
run("markdownlint --config docs/.markdownlint.yaml README.md docs/")
run("markdownlint --config docs/.markdownlint.yaml --ignore docs/CODE_OF_CONDUCT.md README.md docs/")
}

check_readme {
Expand Down
File renamed without changes.

0 comments on commit 3bcdc33

Please sign in to comment.