Skip to content

fix issue with secrets #107

fix issue with secrets

fix issue with secrets #107

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