* Update cci scrptisdas * Add github action workflow for installing the solution * Add building the solution to github actions * Add linting and formatting checks to github action * Add deps to list of prettier ignore * Add tests for @0x/contracts* * Add dependency checker tests in CI * Add checks for markdown issues to CI * Add foundry tests to CI * Add Test local @0x/contracts-* to CI * Add tests for doc generation to CI * Surgeon out leftover circle references and config * Fix foundry working-directory * Switch order of generate docs and checks in CI * Add dependabot action to github * Run ci on push ot development branch
19 lines
417 B
Plaintext
19 lines
417 B
Plaintext
# See https://help.github.com/articles/about-codeowners/
|
|
|
|
# for more info about CODEOWNERS file
|
|
|
|
# It uses the same pattern rule for gitignore file
|
|
|
|
# https://git-scm.com/docs/gitignore#_pattern_format
|
|
|
|
# Dev tools & setup
|
|
|
|
.github/ @dekz
|
|
packages/contract-addresses/ @dekz @dextracker @kyu-c
|
|
packages/contract-artifacts/ @dekz
|
|
packages/protocol-utils/ @dekz
|
|
|
|
# Protocol/smart contracts
|
|
|
|
contracts/ @dekz @dextracker
|