Skip to content

Centralized GitHub Actions for reuse across repositories

License

Notifications You must be signed in to change notification settings

dschach/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f987c3d · Mar 14, 2025
Mar 14, 2025
May 19, 2023
Feb 6, 2024
May 19, 2023
Nov 15, 2023
Feb 27, 2024
Mar 25, 2024
May 1, 2024
May 19, 2023
Mar 16, 2023
Nov 15, 2023
Mar 3, 2025
Mar 3, 2025
Mar 25, 2024
Mar 9, 2025
Mar 9, 2025

Repository files navigation

github-actions

Centralized GitHub Actions for reuse across repositories

Events and Actions

Dependabot auto-approve

  • Auto-merge

    Fix title

Push (Commit)

  • Verify Prettier formatting
  • PMD Analysis (download?)

Pull Request (any branch)

  • Verify Prettier formatting

  • Lint & Test LWCs & upload to codecov

  • PMD Analysis (action?)

    Needs LWC upload

  • Scratch org & Ape Tests & upload to codecov

    Adjust namespace if necessary?

Release Please

  • Run without packaging to npm action

Packaging

  • On demand or from merged R-P PR or on package creation?

Extras

  • SFDX Scanner (runs on PR only)

Configs