Skip to content

fix(@astrojs/rss): prevent an error when pubDate is missing (#12137) #7536

fix(@astrojs/rss): prevent an error when pubDate is missing (#12137)

fix(@astrojs/rss): prevent an error when pubDate is missing (#12137) #7536

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