Skip to content

Commit

Permalink
Merge pull request #21 from yakisova41/fix-prettier-actions
Browse files Browse the repository at this point in the history
fix prettier action
  • Loading branch information
yakisova41 authored Mar 30, 2024
2 parents f5fa255 + e6cd29e commit 650423b
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 650423b

Please sign in to comment.