Skip to content

Commit

Permalink
simplifying workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fichimura committed Apr 11, 2024
1 parent e591e8e commit 062237b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NodeJS with Gulp
name: Main_workflow

on:
push:
Expand All @@ -22,7 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
gulp
- name: Install dependencies
run: npm ci

15 changes: 0 additions & 15 deletions gulpfile.js

This file was deleted.

0 comments on commit 062237b

Please sign in to comment.