Skip to content

Merge pull request #93 from 0918nobita/update-deps-with-bun #146

Merge pull request #93 from 0918nobita/update-deps-with-bun

Merge pull request #93 from 0918nobita/update-deps-with-bun #146

Workflow file for this run

name: Check for un-formatted files
on:
push:
paths:
- '.editorconfig'
- '**/*.js'
- '**/*.json'
- '**/*.md'
- '**/*.ts'
- '**/*.yml'
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format:check