Skip to content

Commit

Permalink
chore: enable formatting checks on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 16, 2025
1 parent d63a6ad commit d9ffaf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/formatting-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Formatting Check

on:
push:
pull_request:

jobs:
format-check:
Expand All @@ -12,11 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.10.0

- name: Setup Bun
uses: oven-sh/setup-bun@v2

Expand Down

0 comments on commit d9ffaf0

Please sign in to comment.