diff --git a/.github/workflows/ci.yml b/.github/workflows/CodeQL.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/CodeQL.yml index e0a90e4..44e4e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/CodeQL.yml @@ -1,4 +1,4 @@ -name: CI +Romeo Rosete name: CI on: push: diff --git a/.github/workflows/Codeql.yml b/.github/workflows/Codeql.yml new file mode 100644 index 0000000..9db5a4b --- /dev/null +++ b/.github/workflows/Codeql.yml @@ -0,0 +1,28 @@ +Romeo Rosete name: NodeJS with Gulp + +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 diff --git a/out-0(7).png b/out-0(7).png new file mode 100644 index 0000000..6996be2 Binary files /dev/null and b/out-0(7).png differ