Skip to content

Commit

Permalink
Add build in pr CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo committed Jan 18, 2024
1 parent 87e447f commit 3739c00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
- name: 🛎️ Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand All @@ -18,8 +18,11 @@ jobs:
node-version: '18.18.1'
cache: 'yarn'

- name: Install ⚙️
- name: ⚙️ Install
run: yarn install --frozen-lockfile

- name: Prettier 🎨
- name: 🎨 Prettier
run: yarn run prettier

- name: 🏗️ Build
run: yarn run prettier

0 comments on commit 3739c00

Please sign in to comment.