Skip to content

Bump lint-staged from 15.2.0 to 15.2.2 #244

Bump lint-staged from 15.2.0 to 15.2.2

Bump lint-staged from 15.2.0 to 15.2.2 #244

Workflow file for this run

name: Unfurl Links
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
pull_request:
types: [opened, edited]
permissions:
issues: write
pull-requests: write
jobs:
unfurl_links:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/unfurl-links@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}