Skip to content

bump go to v1.23.1 #280

bump go to v1.23.1

bump go to v1.23.1 #280

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check