Skip to content

Commit

Permalink
chore: add CODEOWNERS file
Browse files Browse the repository at this point in the history
Also update Deno workflow.
  • Loading branch information
lishaduck committed Dec 19, 2023
1 parent 3d72795 commit 52ee488
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# the global owners will be requested for
# review when someone opens a pull request.
* @PHS-TSA/webmaster-23-24

/.github/ @lishaduck
/src/ @lishaduck @MattsAttack @iiAzui
/src/static/ @lishaduck @MattsAttack
/deno.json @lishaduck
9 changes: 6 additions & 3 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,14 @@ jobs:
- name: 🔨 Build
run: deno task build

- name: 📊 Collect coverage
run: deno task test:coverage

- name: 🔧 Upload to Deno Deploy
uses: denoland/deployctl@48c9c6732097c0832ef1f2de008b6db01241c84b # 1.9.0
with:
project: "loud-ape-90"
entrypoint: src/main.ts

# - name: 📊 Collect coverage
# run: deno task test:coverage
include: |
src
deno.json

0 comments on commit 52ee488

Please sign in to comment.