parameters:
  step-name:
    type: string
  script:
    type: string

steps:
  - run:
      name: Running << parameters.step-name >>
      command: yarn run lint:<< parameters.script >>
