From 07e28facc325e61dc1776a59ad4611b0bc6da770 Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 9 Jan 2024 17:33:41 +0100 Subject: [PATCH] fix: indentation --- .github/workflows/fetch-audits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-audits.yml b/.github/workflows/fetch-audits.yml index ac5e928..5e42eea 100644 --- a/.github/workflows/fetch-audits.yml +++ b/.github/workflows/fetch-audits.yml @@ -21,7 +21,7 @@ jobs: - name: Create fetcher script run: | -cat < /tmp/fetch-audits.js + cat < /tmp/fetch-audits.js const API_URL = 'https://api.github.com/repos/lidofinance/audits/contents/'; async function countPdfFiles(path = '') {