Skip to content

chore: post current post to x.com #2

chore: post current post to x.com

chore: post current post to x.com #2

Workflow file for this run

name: actionlint
on:
pull_request:
paths:
- '.github/actions/**'
- '.github/workflows/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
fail_on_error: true