Skip to content

test(shellcheck): disable SC1091 and SC1090 for the bash/ directory #92

test(shellcheck): disable SC1091 and SC1090 for the bash/ directory

test(shellcheck): disable SC1091 and SC1090 for the bash/ directory #92

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: test/Gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- run: bundle exec rake --rakefile=test/Rakefile lint