We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8d1f7 commit b884561Copy full SHA for b884561
.github/workflows/deno.yml
@@ -10,9 +10,9 @@ name: Deno
10
11
on:
12
push:
13
- branches: ["main"]
+ branches: ["main", "staging"]
14
pull_request:
15
16
17
permissions:
18
contents: read
@@ -34,20 +34,5 @@ jobs:
34
- name: Verify formatting
35
run: deno fmt --check
36
37
- - name: Run linter
38
- run: deno lint
39
-
40
- name: Run tests
41
- run: deno test -A
42
43
- - name: Typecheck background
44
- run: deno check source/background.ts
45
46
- - name: Typecheck content_script
47
- run: deno check source/content_script.ts
48
49
- - name: Typecheck options
50
- run: deno check source/options.tsx
51
52
- - name: Typecheck popup
53
- run: deno check source/popup.tsx
+ run: deno task test:all
0 commit comments