Skip to content

add omnipackage build itself - add dependency on docker or podman #118

add omnipackage build itself - add dependency on docker or podman

add omnipackage build itself - add dependency on docker or podman #118

Workflow file for this run

name: "CI"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
- name: Bundle install
run: bundle install
- name: Rubocop
run: bundle exec rubocop -DP