Skip to content

Commit

Permalink
feat: prettier commit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Dec 14, 2023
1 parent b864503 commit 093e219
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto-Format

on: [push, pull_request]

jobs:
auto-format:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
- run: npx prettier --write .
- uses: stefanzweifel/git-auto-commit-action@v5
1 change: 1 addition & 0 deletions cspell.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"sjdrodge",
"speedruns",
"starcraft",
"stefanzweifel",
"stylelint",
"sucubis",
"svgr",
Expand Down

0 comments on commit 093e219

Please sign in to comment.