Skip to content

rhinestonewtf/reusable-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Rhinestone Reusable Workflows

Reusable workflows for our continuous integration suite

Workflows:

  • Forge Lint: Lint Solidity files
  • Forge Coverage: Generate coverage reports
  • Forge Docs: Generate documentation
  • Forge Build: Build the project
  • Forge Test: Run forge tests
  • Forge Test Simulated: Run forge tests with ERC-4337 simulation (only applicable if using ModuleKit)

Using the workflows

In your .yaml file, you can use the workflows like so:

jobs:
  lint-safe7579:
    uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-lint.yaml@main"

Some workflows require additional inputs, which you can provide like so:

build-safe7579:
  uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main"
  with:
    match-path: "test/**/*.sol"

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages