diff --git a/action.yml b/action.yml index ca15f4b3..170a61fc 100644 --- a/action.yml +++ b/action.yml @@ -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 .