Skip to content

separate service starts but still use docker explicitly #112

separate service starts but still use docker explicitly

separate service starts but still use docker explicitly #112

Workflow file for this run

name: RuboCop
on: [push]
jobs:
rubocop:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Run RuboCop
uses: ./.github/actions/rubocop