Skip to content

Commit 35e1708

Browse files
authored
chore: add visual diff (#45)
1 parent dd35d83 commit 35e1708

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/visual-diff.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Visual diff
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, closed]
6+
7+
permissions:
8+
pull-requests: write
9+
deployments: read
10+
11+
jobs:
12+
visual-diff:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: microlinkhq/difftool@master
16+
with:
17+
base: https://geolocation.microlink.io
18+
head: vercel
19+
routes: |
20+
- '/'
21+
microlink-api-key: ${{ secrets.MICROLINK_API_KEY }}
22+
s3-config: ${{ secrets.S3_CONFIG }}

0 commit comments

Comments
 (0)