Skip to content

chore(deps): bump rexml from 3.3.5 to 3.3.6 in the bundler group #39

chore(deps): bump rexml from 3.3.5 to 3.3.6 in the bundler group

chore(deps): bump rexml from 3.3.5 to 3.3.6 in the bundler group #39

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Lint
run: bundle exec rake standard
- name: Build
run: bundle exec gem build capistrano-good_job.gemspec