Shared GitHub Actions building blocks for hashintel repositories:
- Composite actions in
.github/actions/. - Reusable workflows in
.github/workflows/. Workflows whose names start withpreflight-orhousekeeping-are the ones callers use.lint.ymlchecks this repository only. - The organization's Renovate preset,
renovate-config.json. Repositories extend it withgithub>hashintel/actions:renovate-config.
Pin the reference to a full commit SHA and add a # main comment so Renovate can update it:
jobs:
actionlint:
uses: hashintel/actions/.github/workflows/preflight-actionlint.yml@<commit-sha> # main