Skip to content

Add function to run powershell commands on studio #31

Add function to run powershell commands on studio

Add function to run powershell commands on studio #31

Workflow file for this run

name: RuboCop
on: [pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.1.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
- name: Test with rubocop
run: bundle exec rake rubocop