Skip to content

chore(deps): update module github.com/apparentlymart/go-textseg/v15 to v16 #1982

chore(deps): update module github.com/apparentlymart/go-textseg/v15 to v16

chore(deps): update module github.com/apparentlymart/go-textseg/v15 to v16 #1982

name: Reviewdog (editorconfig-checker)
on:
workflow_call:
inputs:
jobname:
type: string
required: false
description: 'A jobname passed from the caller workflow'
default: 'reviewdog-editorconfig-checker'
pull_request:
paths-ignore:
- 'LICENSE'
- '**.md'
permissions:
checks: write
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || inputs.jobname }}
cancel-in-progress: true
jobs:
ci:
name: CI
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Aqua
uses: ./.github/actions/setup-aqua
- name: Setup Reviewdog
id: reviewdog
uses: ./.github/actions/setup-reviewdog
- name: Reviewdog
run: reviewdog -runners 'editorconfig-checker' -reporter '${{ steps.reviewdog.outputs.reporter }}' -diff 'git diff FETCH_HEAD' -fail-on-error
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}