From fa192cd5cc5a3c62252fd39da1efd23e516ae4dd Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Sun, 10 May 2026 14:28:05 +0000 Subject: [PATCH] chore: remove upstream CI workflows (mirror inertization per internal#233) --- .github/workflows/licensed.yml | 43 ---------------------------------- 1 file changed, 43 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 78cf588..0000000 --- a/.github/workflows/licensed.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: License check - -on: - push: - branches: - - main - pull_request: - branches: - - main - workflow_dispatch: - -permissions: - contents: read - -jobs: - validate-cached-dependency-records: - runs-on: ubuntu-latest - name: Check licenses - steps: - - - name: Checkout - uses: actions/checkout@v5 - - - name: Install dependencies - run: npm ci --ignore-scripts - - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.1.7' - - - name: Install licensed tool - run: | - cd "$RUNNER_TEMP" - curl -Lfs -o licensed.tar.gz https://github.com/licensee/licensed/archive/refs/tags/v5.0.4.tar.gz - tar -xzf licensed.tar.gz - cd licensed-5.0.4 - bundle install - - - name: Check cached dependency records - run: | - cd ${{ github.workspace }} - BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status \ No newline at end of file