Skip to content

Keep workspace help and targeted reads bounded #1331

Keep workspace help and targeted reads bounded

Keep workspace help and targeted reads bounded #1331

Workflow file for this run

name: Homeboy
on:
pull_request:
branches: [main]
push:
branches: [main]
tags: ['v*']
workflow_dispatch:
concurrency:
group: homeboy-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: write
pull-requests: write
issues: write
jobs:
homeboy:
uses: Extra-Chill/homeboy-action/.github/workflows/ci.yml@v2
with:
commands: review audit,review lint,review test
expected-commands: review audit,review lint,review test
autofix: 'true'

Check failure on line 26 in .github/workflows/homeboy.yml

View workflow run for this annotation

GitHub Actions / Homeboy

Invalid workflow file

The workflow is not valid. .github/workflows/homeboy.yml (Line: 26, Col: 16): Invalid input, autofix is not defined in the referenced workflow. .github/workflows/homeboy.yml (Line: 27, Col: 25): Invalid input, autofix-commands is not defined in the referenced workflow.
autofix-commands: 'review lint --fix'
secrets: inherit