Skip to content

Bump tslib from 2.6.2 to 2.8.0 in /packages/crx-monkey #130

Bump tslib from 2.6.2 to 2.8.0 in /packages/crx-monkey

Bump tslib from 2.6.2 to 2.8.0 in /packages/crx-monkey #130

Workflow file for this run

name: Pretter Auto Commit
on:
pull_request:
branches: [main, development]
env:
FILE_PATTERN: 'packages/**/*.{ts,tsx,js,jsx}'
jobs:
format:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run Pretter
run: bun run format
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply Prettier Change
ref: ${{ github.head_ref }}