Skip to content

fix emoji

fix emoji #122

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