Skip to content

Commit

Permalink
build: move 'audit' check to 'test-unit' steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Nov 16, 2023
1 parent 883cb1c commit bc4cfa3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/buck2-audit.yaml

This file was deleted.

1 change: 1 addition & 0 deletions apps/consent/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ eslint(
test_suite(
name = "test-unit",
tests = [
":audit",
":lint",
],
)
1 change: 1 addition & 0 deletions apps/dashboard/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ eslint(
test_suite(
name = "test-unit",
tests = [
":audit",
":lint",
],
)
1 change: 1 addition & 0 deletions core/api/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ madge_check(
test_suite(
name = "test-unit",
tests = [
":audit",
":check-lint",
":check-type",
":check-yaml",
Expand Down

0 comments on commit bc4cfa3

Please sign in to comment.