Skip to content

fix(@astrojs/rss): use standard rss content type, add utf-8 charset (… #7731

fix(@astrojs/rss): use standard rss content type, add utf-8 charset (…

fix(@astrojs/rss): use standard rss content type, add utf-8 charset (… #7731

Workflow file for this run

name: Format
on:
workflow_dispatch:
push:
branches:
- main
jobs:
prettier:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@main
with:
command: "format"
secrets: inherit