From 74c5e0b52647b35e368a88ab822689b14e30d308 Mon Sep 17 00:00:00 2001 From: jusemon Date: Tue, 15 Apr 2025 09:55:48 -0500 Subject: [PATCH] Actualizar .forgejo/workflows/ci.yaml --- .forgejo/workflows/ci.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 85b215c..253d549 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -4,19 +4,5 @@ jobs: test: runs-on: docker steps: - - name: Checkout code - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version-file: ".nvmrc" - cache: "npm" - - name: Installing dependencies - run: npm i - - name: Run security audit - run: | - echo "Running security audit check" - npx --yes better-npm-audit audit || { - echo "Security audit failed!" - exit 1 - } - echo "Security audit passed!" + - name: Status + - run: git status \ No newline at end of file