Skip to content

chore(deps): bump reviewdog/action-yamllint from 1.7 to 1.8 #222

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

chore(deps): bump reviewdog/action-yamllint from 1.7 to 1.8 #222

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@v3
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run yamllint
uses: reviewdog/[email protected]