Skip to content

Commit

Permalink
chore(repo): Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Oct 12, 2023
1 parent 2e72bdf commit 0f33d5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Quality checks and tests
on:
push:
pull_request:
branches: [ main ]

concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true


jobs:
if: ${{ github.repository == 'clerkinc/javascript' }}
prettier:
name: Prettier
uses: ./.github/workflows/base-prettier.yml
Expand Down

0 comments on commit 0f33d5d

Please sign in to comment.