Skip to content

Commit

Permalink
added formatting check on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta committed Oct 15, 2024
1 parent 810b1f6 commit 607abd7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Code formatting
on: pull_request

jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install .
- run: npm run check

0 comments on commit 607abd7

Please sign in to comment.