Skip to content

Commit

Permalink
Merge pull request o1-labs#101 from o1-labs/dannywillems/add-gh-actio…
Browse files Browse the repository at this point in the history
…ns-for-prettier-berkeley

[berkeley] Add GitHub actions for prettier
  • Loading branch information
dannywillems committed Aug 1, 2023
2 parents bf07720 + b040769 commit a891b25
Show file tree
Hide file tree
Showing 2 changed files with 1,519 additions and 1,151 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Lint

on:
pull_request:

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Print prettier version
uses: creyD/prettier_action@v4.3
with:
prettier_options: -v

- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: -c kimchi/js/bindings.js
Loading

0 comments on commit a891b25

Please sign in to comment.