Skip to content

Reusable GitHub Actions workflows

License

Notifications You must be signed in to change notification settings

Shiphero/logikal-github-workflows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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:

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

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.

About

Reusable GitHub Actions workflows

Resources

License

Stars

Watchers

Forks

Packages

No packages published