Skip to content

Commit 208800a

Browse files
author
colinmcneil
committed
Add test workflow
1 parent c57bf56 commit 208800a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test Extension
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- run: npm install
14+
- run: npm run build
15+
- run: npm run test

0 commit comments

Comments
 (0)