Skip to content

Refactor DescribeEvents to be paginated and move page exhaustion loop… #409

Refactor DescribeEvents to be paginated and move page exhaustion loop…

Refactor DescribeEvents to be paginated and move page exhaustion loop… #409

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
with:
ref: ${{ github.sha }}
runs-on: ${{ matrix.os }}