Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename README.md to name: Node.js CI on: push: branches: … #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Prebhash100
Copy link

- main pull_request: branches: - main jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm install - name: Start application run: npm start

My new bot

Why

Describe what prompted you to make this change, link relevant resources: Asana tasks, Canny report, Slack discussions...etc

What changed

Describe what changed to a level of detail that someone with no context with your PR could be able to review it

Test plan

Describe what you did to test this change to a level of detail that allows your reviewer to test it

…request: branches: - main jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm install - name: Start application run: npm start

My new bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant