Skip to content

chore: make status in constructor of ActivityResult optional as not n… #318

chore: make status in constructor of ActivityResult optional as not n…

chore: make status in constructor of ActivityResult optional as not n… #318

Workflow file for this run

---
name: CI/CD
on: [push] # yamllint disable-line rule:truthy
jobs:
ci:
uses: ./.github/workflows/ci.yml
cd:
needs: [ci]
if: github.ref == 'refs/heads/main'
permissions:
id-token: write
contents: write
uses: ./.github/workflows/cd.yml
with:
version: ${{ needs.ci.outputs.version }}