diff --git a/README.md b/README.md index 330d865..9ac08b5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: git fetch origin master --depth=1 - - uses: adwerx/pronto-ruby@v2.7 + - uses: adwerx/pronto-ruby@v2.8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -93,7 +93,7 @@ name: Pronto - run: git fetch origin master --depth=1 - uses: actions/setup-node@v1 - run: yarn install --ignore-optional --ignore-scripts --frozen-lockfile --non-interactive - - uses: adwerx/pronto-ruby@v2.7 + - uses: adwerx/pronto-ruby@v2.8 with: runners: eslint_npm # ... env: diff --git a/action.yml b/action.yml index 94844be..684b96b 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: Pronto Ruby author: jbielick@adwerx.com -description: Your all-in-one Pronto ruby code review automation. +description: | + Run pronto code review runners on your commits and pull requests. + All runner messages are posted to GitHub as a check suite and inline code annotations. + Includes all ruby runner runners and eslint_npm. branding: icon: code color: red