Skip to content

Commit

Permalink
simplify install
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 3, 2024
1 parent 37b81f7 commit 4b1b983
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ jobs:
node-version: 18
cache: 'npm'
- name: Run npm install
run: |
mv package.json package.json.bak
npm i --no-save prettier prettier-plugin-tailwindcss
mv package.json.bak package.json
run: npm ci
- name: Run prettier
id: prettier
continue-on-error: true
run: |
echo files=`npx prettier . -l` >> "$GITHUB_ENV"
run: echo files=`npx prettier . -l` >> "$GITHUB_ENV"
- name: generate errors/summary
run: .github/workflows/generateCheck.sh
env:
Expand Down

0 comments on commit 4b1b983

Please sign in to comment.