Skip to content

Bump lycheeverse/lychee-action from 1.0.8 to 2.0.2 in /.github/workflows #2754

Bump lycheeverse/lychee-action from 1.0.8 to 2.0.2 in /.github/workflows

Bump lycheeverse/lychee-action from 1.0.8 to 2.0.2 in /.github/workflows #2754

Workflow file for this run

name: Lint PR
on:
pull_request:
types: [ labeled, unlabeled, opened, edited ]
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ secrets.GITHUB_REF }}
- uses: yogevbd/pr-lint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}