Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 #1027

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 #1027

Workflow file for this run

name: Rerun PR Checks
on:
pull_request:
types: [ labeled ]
jobs:
test:
if: ${{ github.event.label.name == 'RE-RUN PR CHECKS' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./
with:
helper: rerun-pr-checks
- uses: ./
with:
helper: remove-label
label: RE-RUN PR CHECKS