Skip to content

Add fields for Playwright monitors #172

Add fields for Playwright monitors

Add fields for Playwright monitors #172

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.16.x'
- run: make lint
- run: make test