From 50817d346560d66124ea4d0c64c27d57aa166c7e Mon Sep 17 00:00:00 2001 From: goinst-hub <147529318+goinst-hub@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:38:48 +0100 Subject: [PATCH] Update licensed.yml --- .github/workflows/licensed.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 72ce2db..55d16ef 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -1,9 +1,7 @@ name: Licensed - on: push: {branches: main} pull_request: {branches: main} - jobs: test: runs-on: ubuntu-latest @@ -11,4 +9,4 @@ jobs: steps: - uses: actions/checkout@v3 - run: npm ci - - run: npm run licensed-check \ No newline at end of file + - run: npm run licensed-check