Skip to content

Merge pull request #60 from permafrost-dev/dependabot/npm_and_yarn/ty… #109

Merge pull request #60 from permafrost-dev/dependabot/npm_and_yarn/ty…

Merge pull request #60 from permafrost-dev/dependabot/npm_and_yarn/ty… #109

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