Skip to content

Repository containing reusable workflows for the QuTech organisation

License

Notifications You must be signed in to change notification settings

QuTech-Delft/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-Actions

Repository containing reusable workflows for the QuTech organisation.

Installation

The reusable workflows from this repository can be referenced by "using" them in your GitHub actions workflow. No need to install any packages for this.

Usage

jobs:
  run-poetry-tests:
    uses: qutech-delft/github-actions/.github/workflows/_poetry_tests.yaml
    with:
      python-version: "3.11"
    secrets:
      github_token: ${{ secrets.GITHUB_TOKEN }}

Additional information can be found: https://docs.github.com/en/actions/sharing-automations/reusing-workflows

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache

About

Repository containing reusable workflows for the QuTech organisation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages