Skip to content

chore(deps): update dependency @actions/core to ^3.0.1 (#2344) #1457

chore(deps): update dependency @actions/core to ^3.0.1 (#2344)

chore(deps): update dependency @actions/core to ^3.0.1 (#2344) #1457

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@c3a29ff88753429dd31793f7157b4696cb354480 # main
with:
command: "format"
secrets: inherit