Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed Aug 4, 2024
1 parent 17894fb commit ddbcb24
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Format
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: npm install

- name: Check formatting
run: npm run format:check
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ components
lib
tailwind.config.ts
components.json
.github

0 comments on commit ddbcb24

Please sign in to comment.