Skip to content

Collection of GitHub Action workflows required for Devilbox

License

Notifications You must be signed in to change notification settings

john-ea/devilbox-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Action Reusable Workflows

Required GitHub Action Reusable Workflows for Devilbox. See .github/workflows and .github/actions.

💻 Usage

See how the reusable workflows are used from this repository.

❗ Keep up-to-date with GitHub Dependabot

Since Dependabot has native GitHub Actions support, to enable it on your GitHub repo all you need to do is add the .github/dependabot.yml file:

version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"

Then Dependabot will PR you version updates as soon as this repository gets updated.

📄 License

MIT License

Thanks to cytopia and the devilbox project.

About

Collection of GitHub Action workflows required for Devilbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published