An open API service indexing awesome lists of open source software.

https://github.com/logikal-io/github-workflows

Reusable GitHub Actions workflows
https://github.com/logikal-io/github-workflows

github

Last synced: 9 months ago
JSON representation

Reusable GitHub Actions workflows

Awesome Lists containing this project

README

          

GitHub Actions Reusable Workflows
=================================
This repository contains our common reusable workflows. You can simply use any of them in your
workflows via the ``uses`` keyword:

.. code-block:: yaml

jobs:
run-python-tests:
uses: logikal-io/github-workflows/.github/workflows/run-python-tests.yml@v10
permissions:
contents: read
id-token: write

You can find more information about reusable workflows in the `GitHub documentation
`_.

License
-------
The reusable workflows in this repository are licensed under the MIT open source license.