Skip to content

Commit

Permalink
ci: add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Nov 14, 2023
1 parent 54c6ab2 commit 8e902ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: echo "Release created"
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'Set up environment'
run: |
npm install --save-dev prettier
- name: 'Update ApexDox'
id: update-apex-dox
#if: steps.release-please.outputs.releases_created == true
Expand Down

0 comments on commit 8e902ee

Please sign in to comment.