Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Mar 14, 2024
1 parent c12c8d5 commit 179ab8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/compile-latest.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
name: 🏗️ Compile latest changes

on:
# pull_request:
# branches:
# - main
push:
branches:
- main

workflow_dispatch:


jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0 # Ensures history is available for commits
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async function run() {
try {
// download and install
const binPath = await installer.downloadAndInstall(nucleiVersion);
console.log('Nuclei installed to:', binPath);
const params = [];

if (!target && !urls) {
Expand Down

0 comments on commit 179ab8f

Please sign in to comment.