Skip to content

chore(deps): update dependency p-retry to ^7.1.0 (#1885) #814

chore(deps): update dependency p-retry to ^7.1.0 (#1885)

chore(deps): update dependency p-retry to ^7.1.0 (#1885) #814

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