Skip to content

Add Inox Tools entry to October 2024 post (#1311) #271

Add Inox Tools entry to October 2024 post (#1311)

Add Inox Tools entry to October 2024 post (#1311) #271

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