From 0a9553cc7aca92ca090a5643387537827b5c4bae Mon Sep 17 00:00:00 2001 From: Shibesh Duwadi Date: Tue, 8 Oct 2024 11:13:22 +0200 Subject: [PATCH] maybe? --- .github/actions/check-license/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/check-license/action.yml b/.github/actions/check-license/action.yml index b3fed1d0..6a6553a6 100644 --- a/.github/actions/check-license/action.yml +++ b/.github/actions/check-license/action.yml @@ -3,6 +3,5 @@ description: 'Checks if the licenses of the dependencies are allowed.' runs: using: 'composite' steps: - - uses: shibeshduw/ai-sdk-js/.github/actions/setup@main - run: pnpm check:license shell: bash