Skip to content

Commit

Permalink
Merge pull request #7 from bombastictranz/main
Browse files Browse the repository at this point in the history
Stock-control-supervisors/replicate-staking
  • Loading branch information
bombastictranz authored May 5, 2024
2 parents 5c35072 + 1a9bede commit 28a2f1f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
Romeo Rosete name: CI

on:
push:
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/Codeql.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added out-0(7).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28a2f1f

Please sign in to comment.