Skip to content

ci: add examples label to labeler.yml #34

ci: add examples label to labeler.yml

ci: add examples label to labeler.yml #34

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