Skip to content

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed Jan 7, 2024
1 parent fea658d commit 807c35c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ on:
workflow_dispatch:

jobs:
deploy:
check:
# available images: https://github.com/actions/runner-images#available-images
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Node.js
- name: Setup Node.js ⚙️
uses: actions/setup-node@v4
- run: npm install --save-dev --save-exact prettier @shopify/prettier-plugin-liquid
- run: npx prettier . --check
# - name: Prettier 💅
# uses: actionsx/prettier@v2
# with:
# # prettier CLI arguments.
# args: --check .
- name: Prettier Check 💅
run: npx prettier . --check

0 comments on commit 807c35c

Please sign in to comment.