Skip to content

Reusable Github Actions for davinci based applications

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.MD
Notifications You must be signed in to change notification settings

toptal/davinci-github-actions

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2024
Oct 7, 2024
Jun 14, 2022
Jul 13, 2022
Apr 21, 2023
May 15, 2024
Jul 1, 2024
May 15, 2024
Dec 28, 2023
Jan 23, 2024
Feb 27, 2023
Dec 8, 2022
May 15, 2024
Nov 15, 2023
Jul 1, 2024
Dec 4, 2023
May 15, 2024
Feb 14, 2023
Mar 29, 2023
Jun 11, 2024
Mar 20, 2023
Mar 20, 2023
Dec 8, 2022
Dec 8, 2022
Jan 30, 2024
Jun 20, 2024
Jan 19, 2024
May 15, 2024
May 29, 2023
May 15, 2024
Mar 20, 2023
Dec 8, 2022
Dec 8, 2022
Jan 12, 2024
Aug 21, 2023
Jun 25, 2024
Jun 14, 2022
Jun 14, 2022
Sep 19, 2022
Apr 21, 2023
Nov 23, 2023
Oct 10, 2023
Apr 21, 2023
Oct 4, 2024
Jun 14, 2022
Jun 14, 2022
Aug 18, 2022
Oct 4, 2024
Jun 14, 2022
Sep 12, 2024

Repository files navigation

Reusable Github Actions

Reusable Github Actions for davinci based applications

Overview

Actions are the building blocks that power your GH workflow.

This repo represents a library of reusable GH Actions you can use in your GH workflows.

Actions in this repo were specially created to use in davinci-based applications.

Example

This is a simple example of using GH Actions. Here, we execute two GH Actions:

  • yarn install
  • danger check
jobs:
  danger:
    name: Check:Danger
    runs-on: ubuntu-latest
    steps:
      - uses: toptal/davinci-github-actions/[email protected]

      - uses: toptal/davinci-github-actions/[email protected]

Contribute

Hi! We’re excited that you’re interested in contributing! Take a moment to read the following guidelines. And thanks for contributing to davinci-github-actions! 👏👌

Improve documentation

As a user of this project you’re perfect for helping us improve our docs. Typo corrections, error fixes, better explanations, new examples, etcetera. Anything!

Improve issues

If you think these GH Actions are not optimal enough, please share your thought, proposal. Help us make GH Actions better and better.

Write code

Code contributions are very welcome. It’s often good to first create an issue to report a bug or suggest a new feature before creating a pull request to prevent you from doing unnecessary work.

How to contribute to to Davinci Github Actions

  • First of all, you need to download and install the project:

    yarn install
  • Create a new branch from master

  • Create or update the GH Action

  • Re-generate a README.md:

    yarn documentation:generate
  • Increase version (path, minor, major):

    yarn changeset
  • Push changes to origin

  • Create a new PR

  • Wait for approvals and "green" CI

  • Merge PR