Skip to content

feat(pgs): initial support for conditional requests #3

feat(pgs): initial support for conditional requests

feat(pgs): initial support for conditional requests #3

Workflow file for this run

name: Test PRs
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run tests and lint
uses: ./.github/actions/test