Skip to content

feat: Update action.yml for yamlfmt version handling #18

feat: Update action.yml for yamlfmt version handling

feat: Update action.yml for yamlfmt version handling #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
fail_on_error: true
- name: yamlfmt
uses: yk-lab/yamlfmt-action@feature/input_version
with:
path: .