Skip to content

Commit b8c423a

Browse files
testing theme on every pull request
1 parent 714d4bf commit b8c423a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/testing.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Testing ghost theme with Gscan
2+
3+
on:
4+
- pull_request
5+
6+
jobs:
7+
install:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: pnpm/action-setup@v3
12+
with:
13+
version: 8
14+
- run: pnpm add gscan
15+
- run: pnpm gscan ./

0 commit comments

Comments
 (0)