Skip to content

Commit

Permalink
fix prettier action
Browse files Browse the repository at this point in the history
  • Loading branch information
yakisova41 committed Mar 30, 2024
1 parent f5fa255 commit e6cd29e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pretter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@ name: Pretter Auto Commit

on:
push:
branches:
- main
branches: [main, development]

env:
FILE_PATTERN: "packages/**/*.{ts,tsx,js,jsx}"
FILE_PATTERN: 'packages/**/*.{ts,tsx,js,jsx}'

jobs:
format:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4


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

Expand Down

0 comments on commit e6cd29e

Please sign in to comment.