Skip to content

Commit

Permalink
Create builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nouhaila49 authored May 7, 2024
1 parent bb10b5e commit d336b8b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build and Scan
on:
pushes:
pull_requests:
jobs:
build:
runs-on: ubuntu-20.04
steps:
-name: check out code
uses: actions/ckeckout@v2
- name: Install node.js 14.x
uses : actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: npm clean-install


0 comments on commit d336b8b

Please sign in to comment.