Skip to content

Add integration tests. #154

Add integration tests.

Add integration tests. #154

Workflow file for this run

name: Continuous Integration
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:
jobs:
tests-prettier:
uses: ./.github/workflows/reusable-lint-test.yml
build:
needs: [tests-prettier]
uses: ./.github/workflows/reusable-build.yml
permissions:
contents: read
id-token: write
with:
version: "0.0.0-experimental"