Skip to content

chore(deps): bump reviewdog/action-yamllint from 1.8 to 1.9 #247

chore(deps): bump reviewdog/action-yamllint from 1.8 to 1.9

chore(deps): bump reviewdog/action-yamllint from 1.8 to 1.9 #247

Workflow file for this run

---
name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/[email protected]