Skip to content

Prepare for version 1.0.0 release #8

Prepare for version 1.0.0 release

Prepare for version 1.0.0 release #8

Workflow file for this run

name: x-uploader
on:
push:
paths:
- "x-uploader/**"
- "!x-uploader/**.md"
- "x-core/lib/**"
- "x-core/sig/*.rbs"
- "x-core/x-core.gemspec"
- ".github/workflows/x-uploader.yml"
pull_request:
paths:
- "x-uploader/**"
- "!x-uploader/**.md"
- "x-core/lib/**"
- "x-core/sig/*.rbs"
- "x-core/x-core.gemspec"
- ".github/workflows/x-uploader.yml"
defaults:
run:
working-directory: x-uploader
jobs:
test:
strategy:
matrix:
ruby: ["3.4", "4.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
working-directory: x-uploader
- run: bundle exec rake test
mutant:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
working-directory: x-uploader
- run: bundle exec rake mutant
steep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
working-directory: x-uploader
- run: bundle exec rake steep
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
working-directory: x-uploader
- run: bundle exec rake yardstick