An open API service for producing an overview of a list of open source projects.

https://github.com/mikolajgasior/octo-linter

github-actions linting linting-action linting-workflow naming-convention validation

Score: -Infinity

Last synced: about 18 hours ago
JSON representation

Repository metadata:

A tool that validates GitHub Actions workflow and action YAML files. It checks for syntax errors, such as invalid inputs and outputs, and lints for missing descriptions, invalid rules, and other best practice violations, ensuring your workflows are error-free and adhere to GitHub Actions standards.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 142
Total Committers: 3
Avg Commits per committer: 47.333
Development Distribution Score (DDS): 0.021

Commits in past year: 22
Committers in past year: 1
Avg Commits per committer in past year: 22.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Mikolaj Gasior m****@g****v 139
Mikolaj Gasior m****g@c****l 2
Mikolaj Gasior s****e@g****v 1

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 1
Total pull requests: 0
Average time to close issues: 1 day
Average time to close pull requests: N/A
Total issue authors: 1
Total pull request authors: 0
Average comments per issue: 0.0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: 1 day
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 0.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/mikolajgasior/octo-linter

Top Issue Authors

  • mikolajgasior (1)

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/mikolajgasior/octo-linter/v2

Package main contains utils.

  • Homepage: https://github.com/mikolajgasior/octo-linter
  • Documentation: https://pkg.go.dev/github.com/mikolajgasior/octo-linter/v2#section-documentation
  • Licenses: bsd-2-clause
  • Latest release: v2.6.1 (published 4 months ago)
  • Last Synced: 2026-08-27T19:06:11.009Z (2 days ago)
  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.838%
    • Average: 5.0%
    • Dependent repos count: 5.163%
proxy.golang.org: github.com/mikolajgasior/octo-linter


Dependencies

tests/rules/actions/dependencies-referenced-input-exists/action.yml actions
example/dot-github-2/actions/no-checking/action.yml actions
  • actions/checkout v4 composite
tests/rules/actions/dependencies-action-referenced-step-output-exists/action.yml actions
example/overrides/local-source/action.yml actions
  • actions/checkout v4 composite
.github/workflows/release.yml actions
  • actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
  • actions/setup-go 0aaccfd150d50ccaeb58ebd88d36e91967a5f35b composite
  • goreleaser/goreleaser-action 90a3faa9d0182683851fbfa97ca1a2cb983bfca3 composite
  • sigstore/cosign-installer 3454372f43399081ed03b604cb2d021dabca52bb composite
example/dot-github-2/actions/some-action/action.yml actions
  • actions/checkout v4 composite
  • aws-actions/amazon-ecr-login v2 composite
  • mikolajgasior/read-from-local-path v1 composite
tests/fake-external-action/action.yml actions
.github/workflows/test.yml actions
  • actions/checkout v3 composite
Dockerfile docker
  • alpine latest build
  • golang alpine build
go.mod go
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.pl/phings/broccli/v2 v2.2.3
go.sum go
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.pl/phings/broccli/v2 v2.2.3
.github/workflows/mkdocs.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
example/dot-github/actions/InvalidActionExtension/action.yaml actions
  • actions/checkout v4 composite
example/dot-github/actions/InvalidActionName/action.yml actions
  • actions/checkout v4 composite
example/dot-github/actions/some-action/action.yml actions
  • actions/checkout v4 composite
tests/all-valid/actions/valid-action/action.yml actions
tests/rules/actions/naming-action/action.yml actions
tests/rules/actions/refvars-not-in-double-quotes/action.yml actions
tests/rules/actions/refvars-not-one-word/action.yml actions
tests/rules/actions/required-action/action.yml actions
tests/rules/actions/usedactions-exists/action.yml actions
tests/rules/actions/usedactions-source/action.yml actions
tests/rules/actions/usedactions-valid-inputs/action.yml actions
tests/rules/actions/valid-action/action.yml actions