Skip to content

rubocop auto-correct specs #12

rubocop auto-correct specs

rubocop auto-correct specs #12

Workflow file for this run

name: Run Specs
on: [ push, pull_request ]
jobs:
unit_specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { lfs: true }
- uses: ruby/setup-ruby@v1
with: { working-directory: src/bosh_aws_cpi/ }
- name: lint-and-test
run: |
bundle install
bundle exec rake rubocop
bundle exec rake spec:unit
working-directory: src/bosh_aws_cpi/