Skip to content

Update npm-gulp.yml #49

Update npm-gulp.yml

Update npm-gulp.yml #49

Workflow file for this run

name: NodeJS with Gulp
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
pull-requests: write
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12
- name: Build
run: npm install
- name: Build gulp
run: gulp
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update github page
title: Update github page
body: |
- Updates the github page for changes on `main`
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: update-github-page