Skip to content

Hygraph loader (#1264) #224

Hygraph loader (#1264)

Hygraph loader (#1264) #224

Workflow file for this run

name: Format main branch
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@main
with:
command: "format"
secrets: inherit