Skip to content

chore: format the code, expand Clippy's coverage, and remove the lock prompt message from the PR #19

chore: format the code, expand Clippy's coverage, and remove the lock prompt message from the PR

chore: format the code, expand Clippy's coverage, and remove the lock prompt message from the PR #19

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