Skip to content

ci(fix): improve the trigger conditions in the md-lint.yml file #35

ci(fix): improve the trigger conditions in the md-lint.yml file

ci(fix): improve the trigger conditions in the md-lint.yml file #35

Workflow file for this run

name: Action Lint
on:
pull_request:
paths:
- '.github/workflows/*.yml'
jobs:
actionlint:
runs-on: ubuntu-latest
name: actionlint
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install actionlint
run: brew install actionlint
- name: Run actionlint
run: actionlint .github/workflows/*.yml