Skip to content

Commit

Permalink
Add prettier github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonlatte committed Jun 7, 2023
1 parent caaf8c1 commit 3c663e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: prettier
on:
push:
pull_request:

jobs:
prettier:
name: prettier
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --check contracts/FeralfileArtworkV4.sol

0 comments on commit 3c663e8

Please sign in to comment.