Skip to content

build(deps): bump lol_html from 1.2.1 to 2.1.0 #21

build(deps): bump lol_html from 1.2.1 to 2.1.0

build(deps): bump lol_html from 1.2.1 to 2.1.0 #21

Workflow file for this run

name: Github Actions
on:
pull_request:
paths:
- '.github/**'
defaults:
run:
working-directory: ./.github
permissions:
contents: read
jobs:
actionlint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/[email protected]
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check