Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TT-1693] reusable Solidity Review Artifact workflow #197

Closed
wants to merge 50 commits into from

Conversation

Tofel
Copy link
Contributor

@Tofel Tofel commented Sep 18, 2024

This PR introduces a reusable Solidity Review Artifact generating pipeline that currently was stored in chainlink repository.

I have made it more universal, so that it's possible to use with repositories that use different project structure (chainlink repo is very specific in that regard).

I have tested it with typical Foundry layout and it works like a charm. Here's a working example: https://github.com/smartcontractkit/solidity-review-artifacts-example that also describes how to use this pipeline in any repository.

Apart from the workflow itself I had to move a couple of scripts and actions:

  • bash scripts used by the pipeline
  • actions used to setup the pipeline (they are widely used in many chainlink repository workflows)
  • TypeScript code that's responsible for interaction with Jira

You can find some sample executions here: https://github.com/smartcontractkit/solidity-review-artifacts-example/actions/workflows/solidity-review-artifacts.yml

@Tofel Tofel force-pushed the tt_1693_reusable_solidity_artifact_workflow branch from a18e46a to 99c2209 Compare September 18, 2024 11:58
@Tofel Tofel force-pushed the tt_1693_reusable_solidity_artifact_workflow branch from 99c2209 to 92e2e0c Compare September 18, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant