Skip to content

Commit

Permalink
chore: autofix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoliradev authored Sep 12, 2024
1 parent 6f22051 commit f909e3c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: autofix.ci
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read

jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16

- run: npm ci
- run: npx prettier --write .

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 comments on commit f909e3c

Please sign in to comment.