Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow #2

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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