Skip to content

Start using home-manager and nix-darwin #10

Start using home-manager and nix-darwin

Start using home-manager and nix-darwin #10

Workflow file for this run

---
name: Ruby
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- run: bundle exec rubocop