Skip to content

Commit

Permalink
Add Code owners
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 8, 2022
1 parent 4c79df8 commit 3b169e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/core-typings/* @RocketChat/chat-engine
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
./node_modules
./node_modules/.turbo
key: ${{ runner.OS }}-node_modules-${{ hashFiles('**/yarn.lock', '.github/workflows/build_and_test.yml') }}

# TODO change to use turbo cache
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"outputs": ["dist/**"]
},
"testunit": {
"dependsOn": ["build"],
"outputs": []
},
"lint": {
Expand Down

0 comments on commit 3b169e6

Please sign in to comment.