goreleaser-action/.github
Carlos Alexandro Becker 9ad67fd92a
build: align scripts and workflows with actions/* convention
Match the standard layout used by actions/checkout, actions/setup-node,
etc.:

- package.json scripts: split format/format-check (Prettier) from
  lint/lint:fix (ESLint), and have pre-checkin run all four (format,
  lint:fix, build, test) in that order.
- validate.yml lint job runs format-check + lint as separate steps.
- test.yml drops the redundant --coverage flag (now in the test script).
- Drop dependabot-build.yml: actions/* don't auto-rebuild dist on
  dependabot PRs; the check-dist style validate / build job catches
  drift and a maintainer rebuilds locally if needed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-18 15:11:39 -03:00
..
workflows build: align scripts and workflows with actions/* convention 2026-04-18 15:11:39 -03:00
CODEOWNERS chore: codeowners 2019-10-03 21:39:01 +02:00
dependabot.yml ci: update dependabot settings 2026-02-09 09:06:19 -03:00
FUNDING.yml chore: update community files (#328) 2022-02-27 18:55:49 +01:00
goreleaser-action.png refactor: use built-in getExecOutput (#292) 2021-06-10 03:02:52 +02:00