Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 7, 2020
1 parent 7768c73 commit 4376bda
Show file tree
Hide file tree
Showing 36 changed files with 742 additions and 1,465 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

14 changes: 0 additions & 14 deletions .eslintrc.json

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update Prettier
"on":
push:
branches:
- dependabot/npm_and_yarn/prettier-*
jobs:
update_prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
version: 12
- run: npm ci
- run: "npm run lint:fix"
- uses: gr2m/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
title: Prettier updated
body: An update to prettier required updates to your code.
branch: "${{ github.ref }}"
commit-message: "style: prettier"
Loading

0 comments on commit 4376bda

Please sign in to comment.