Skip to content

feat: sets default value for optional event fields (#185) #79

feat: sets default value for optional event fields (#185)

feat: sets default value for optional event fields (#185) #79

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
paths:
- '.github/workflows/main.yaml'
jobs:
default:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: make