Skip to content

Merge branch 'main' into main #5

Merge branch 'main' into main

Merge branch 'main' into main #5

Workflow file for this run

Romeo Rosete name: NodeJS with Gulp

Check failure on line 1 in .github/workflows/Codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Codeql.yml

Invalid workflow file

The workflow is not valid. .github/workflows/Codeql.yml (Line: 1, Col: 1): Unexpected value 'Romeo Rosete name'
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp