Skip to content

fix URL in Actions FeatureCard (#1278) #243

fix URL in Actions FeatureCard (#1278)

fix URL in Actions FeatureCard (#1278) #243

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