References ========== This document describes links to resources related to actionlint and GitHub Actions. - Repository: https://github.com/rhysd/actionlint - Playground: https://rhysd.github.io/actionlint/ - GitHub Actions official documentations - Workflow syntax: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions - Expression syntax: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions - Built-in functions: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#functions - Webhook events: https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#webhook-events - Self-hosted runner: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners - Security: https://docs.github.com/en/actions/reference/security/secure-use - CRON syntax: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07 - shellcheck: https://github.com/koalaman/shellcheck - pyflakes: https://github.com/PyCQA/pyflakes - Japanese blog posts - GitHub Actions のワークフローをチェックする actionlint をつくった: https://rhysd.hatenablog.com/entry/2021/07/11/214313 - actionlint v1.4 → v1.6 で実装した新機能の紹介: https://rhysd.hatenablog.com/entry/2021/08/11/221044 --- [Checks](checks.md) | [Installation](install.md) | [Usage](usage.md) | [Configuration](config.md) | [Go API](api.md)