From ebe74c8d511f1ddcc0aa7e9373a4749c82709087 Mon Sep 17 00:00:00 2001 From: David Crosby Date: Tue, 24 Dec 2024 20:10:22 -0700 Subject: [PATCH] [CI] Use shared workflow --- .github/workflows/main.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edde5ce..e609277 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,26 +10,5 @@ name: Ruby permissions: contents: read jobs: - test: - name: Ruby ${{ matrix.ruby-version }} - runs-on: ubuntu-latest - env: - BUNDLE_WITH: development - strategy: - matrix: - ruby-version: - - '3.0' - - '3.1' - - '3.2' - - '3.3' - - head - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: "${{ matrix.ruby-version }}" - bundler-cache: true - - name: Run tests - run: bundle exec rake + rake: + uses: dafyddcrosby/dc-github-actions/.github/workflows/bundle_rake.yml@main