Skip to content

Commit

Permalink
2025
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed Jan 26, 2025
1 parent a133fd8 commit 7127874
Show file tree
Hide file tree
Showing 4 changed files with 3,845 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: autofix.ci

on:
pull_request:
push:
branches: ['main']
permissions:
contents: read

jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install dependencies
run: bun install

- name: Format with Prettier
run: bunx prettier -w . "!.github"

- name: Run autofix.ci
uses: autofix-ci/action@v1.3
Loading

0 comments on commit 7127874

Please sign in to comment.