actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.59k stars 5.08k forks source link

Getting error "bad indentation of a sequence entry on line 6 and the error (red underline) is showing under "turbostart-npm" YAML error #2335

Closed therookiecode5 closed 3 months ago

therookiecode5 commented 3 months ago

Getting error "bad indentation of a sequence entry on line 6 and the error (red underline) is showing under "turbostart-npm"

on:
  push:
    branches:
    - main
    - release/*
            - name: turbostart-npm
  uses: clutchd/turbostart-npm@v3.0.1
therookiecode5 commented 3 months ago

I don't have access to a CLI as I am on a Chromebook right now, how do I run npm commands like npm install? My goal is to install socket.io.