Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HASH GitHub Actions

Shared GitHub Actions building blocks for hashintel repositories:

  • Composite actions in .github/actions/.
  • Reusable workflows in .github/workflows/. Workflows whose names start with preflight- or housekeeping- are the ones callers use. lint.yml checks this repository only.
  • The organization's Renovate preset, renovate-config.json. Repositories extend it with github>hashintel/actions:renovate-config.

Using a workflow

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

About

🛠️ Shared Workflows and Actions used at HASH

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors