From 133b919d67dd6fb65b924d5552b140756858be08 Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Sun, 10 May 2026 14:28:21 +0000 Subject: [PATCH] chore: remove upstream CI workflows (mirror inertization per internal#233) --- .github/workflows/licensed.yml | 30 ------------------------------ 1 file changed, 30 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 e8eb6d0..0000000 --- a/.github/workflows/licensed.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Licensed - -on: - push: - branches: - - main - pull_request: - branches: - - main - -permissions: - contents: read - -jobs: - test: - runs-on: ubuntu-latest - name: Check licenses - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 # prefer to use a full fetch for licensed workflows - - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0 - with: - ruby-version: ruby - - uses: github/setup-licensed@v1 - with: - version: '4.x' - github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: ./.github/actions/install-dependencies - - run: licensed status