Skip to content

Add support for k3s completion subcommand #20

Add support for k3s completion subcommand

Add support for k3s completion subcommand #20

Workflow file for this run

name: Ruby
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0.2"
- name: Setup bundle
run: bundle update && bundle install
- name: Run the default task
run: bundle exec rake