Skip to content

KevinMind is learning GitHub Actions #3

KevinMind is learning GitHub Actions

KevinMind is learning GitHub Actions #3

Workflow file for this run

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
env:
CI_DELAY: "10_000"
CI_FAIL: ""
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run build