From a0c1ee62297ce4c0d669884329172c3dc54cfc96 Mon Sep 17 00:00:00 2001 From: Gustavo Bordoni Date: Tue, 20 Feb 2024 16:42:50 -0500 Subject: [PATCH] Remove workflow for licenses --- .github/workflows/licensed.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/licensed.yml diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml deleted file mode 100644 index 1fd5309..0000000 --- a/.github/workflows/licensed.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Licensed - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - test: - runs-on: ubuntu-latest - name: Check licenses - steps: - - uses: actions/checkout@v4 - - run: npm ci - - name: Install licensed - run: | - cd $RUNNER_TEMP - curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.6.0/licensed-3.6.0-linux-x64.tar.gz - sudo tar -xzf licensed.tar.gz - sudo mv licensed /usr/local/bin/licensed - - run: licensed status