Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bpevs committed Jan 29, 2023
1 parent 7e8d1f7 commit b884561
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 19 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Deno

on:
push:
branches: ["main"]
branches: ["main", "staging"]
pull_request:
branches: ["main"]
branches: ["main", "staging"]

permissions:
contents: read
Expand All @@ -34,20 +34,5 @@ jobs:
- name: Verify formatting
run: deno fmt --check

- name: Run linter
run: deno lint

- name: Run tests
run: deno test -A

- name: Typecheck background
run: deno check source/background.ts

- name: Typecheck content_script
run: deno check source/content_script.ts

- name: Typecheck options
run: deno check source/options.tsx

- name: Typecheck popup
run: deno check source/popup.tsx
run: deno task test:all
Loading

0 comments on commit b884561

Please sign in to comment.