Skip to content

npm(deps-dev): bump typedoc-plugin-markdown from 3.17.1 to 4.3.1 #26

npm(deps-dev): bump typedoc-plugin-markdown from 3.17.1 to 4.3.1

npm(deps-dev): bump typedoc-plugin-markdown from 3.17.1 to 4.3.1 #26

Workflow file for this run

name: Check & fix styling
on:
push:
jobs:
format-code:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.head_ref }}
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Format code
run: bun run fix
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling