Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Mar 23, 2024
1 parent f94ca07 commit d65acb5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Run all tests
on:
pull_request:
push:
branches:
- master
jobs:
Run-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Enable corepack
run: corepack enable

- run: sudo yarn
- run: yarn prettier:ci

0 comments on commit d65acb5

Please sign in to comment.