add code-quality CI workflow

This commit is contained in:
Paul Miller
2023-07-28 11:39:28 -05:00
parent 3868b3f0a0
commit ba40c9ceff
3 changed files with 63 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
name: Playwright Tests
on:
push:
branches: [ main, master ]
branches:
- master
- prod
pull_request:
branches: [ main, master ]
branches:
- '*'
jobs:
test:
timeout-minutes: 60