Skip to content

feat(default-npm-package): added auto-terminal-profile to enable ligh… #79

feat(default-npm-package): added auto-terminal-profile to enable ligh…

feat(default-npm-package): added auto-terminal-profile to enable ligh… #79

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:
bundler-cache: true
- run: bundle exec rake --rakefile=test/Rakefile lint