Skip to content

feat: use playwright #49

feat: use playwright

feat: use playwright #49

Workflow file for this run

name: actionlint
on:
pull_request:
paths:
- '.github/actions/**'
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
fail_on_error: true