Skip to content

QuTech-Delft/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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.

Note that these are not completely generic actions, and will only be of use when a GitHub repository conforms to the standards for QI projects on GitHub, which is to say, it uses the following tools:

  • Tox for running dev tools with the following environments:
    • lint for running linters and formatters
    • type for running type checkers
    • docs for building documentation
    • test for running unt tests
  • Poetry for project/package management

An example of such a set-up can be found in Qiskit-QI.

Usage

Using a workflow:

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 }}

Using an action:

jobs:
  deploy-preview:
    runs-on: "ubuntu-latest"
    steps:
      - uses: QuTech-Delft/GitHub-Actions/actions/docs/sphinx-docs-preview@master

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

Contributors 2

  •  
  •  

Languages