Appearance
Rules for consistent, readable and valid GitHub action files
See Guide.
Quick start:
import { defineConfig } from 'eslint/config' import pluginGitHubAction from 'eslint-plugin-github-action' export default defineConfig([...pluginGitHubAction.configs.recommended])
See Available Rules.
See CHANGELOG.
MIT License © 2024-PRESENT ntnyq