Skip to content

Commit

Permalink
- Fix bashly completeions --install
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Nov 17, 2023
1 parent e886ef2 commit 9e5d45a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mac-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Experiment
on: [push]

jobs:
test:
runs-on: macos-latest
name: Run something on mac

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Print uname
run: uname -a

- name: Update bash
run: brew install bash

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
2 changes: 2 additions & 0 deletions lib/bashly/commands/completions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'completely'

module Bashly
module Commands
class Completions < Base
Expand Down

0 comments on commit 9e5d45a

Please sign in to comment.