Skip to content

Proof of concept of using client-side script in astro #8

Proof of concept of using client-side script in astro

Proof of concept of using client-side script in astro #8

Workflow file for this run

name: Run CI
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
on: [pull_request]
jobs:
ci:
uses: ./.github/workflows/ci.yaml
secrets: inherit