Skip to content

Commit

Permalink
Update action.yml (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goryudyuma authored Sep 9, 2024
1 parent 5bdc46c commit bf9f6c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ runs:
- shell: bash
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${{ github.action_path }}/scripts/action/format.sh"
- shell: bash
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npm ci
- shell: bash
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npx prettier --write .
Expand Down

0 comments on commit bf9f6c9

Please sign in to comment.