Skip to content

fix: fix pipeline operator for no-unnecessary-await #562

fix: fix pipeline operator for no-unnecessary-await

fix: fix pipeline operator for no-unnecessary-await #562

Workflow file for this run

name: Title formatter
on:
pull_request_target:
types: [opened, edited]
issues:
types: [opened, edited]
jobs:
Rule:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: docs/rules
- name: Auto-format rule names in titles
uses: fregante/keyword-formatter-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
keywords-path: docs/rules
prefix: unicorn/