Skip to content

modified: src/content/showcase/www.codelungo.com.webp (#1312) #273

modified: src/content/showcase/www.codelungo.com.webp (#1312)

modified: src/content/showcase/www.codelungo.com.webp (#1312) #273

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