Skip to content

Setup pyxis for chatops usage #23

Setup pyxis for chatops usage

Setup pyxis for chatops usage #23

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop