https://github.com/smartcontractkit/chainlink-github-actions
Common action to run chainlink-testing-framework based tests in github ci
https://github.com/smartcontractkit/chainlink-github-actions
Last synced: 8 months ago
JSON representation
Common action to run chainlink-testing-framework based tests in github ci
- Host: GitHub
- URL: https://github.com/smartcontractkit/chainlink-github-actions
- Owner: smartcontractkit
- License: mit
- Created: 2022-05-06T14:29:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T22:35:31.000Z (over 1 year ago)
- Last Synced: 2024-05-29T07:51:48.445Z (over 1 year ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 16
- Watchers: 13
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# [smartcontractkit/.github](https://github.com/smartcontractkit/.github/) is Chainlink's new monorepo for reusable public actions.
The plan is to eventually migrate all actions in this repository to the `.github` repository. Please refrain from making new actions here if possible.
## chainlink-github-actions
Place your action in a logically named folder with the action.yml and README.md and anything else required for your action.
Currently we will be versioning all actions at once with github releases/tags. In the future we can look into using something like `changesets` which is used by external-adapters-js to version independent actions.