Skip to content

VisiumCH/check-python-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration Pipeline

check-python-style github action

Objective

The purpose of this github action is to implement a CI that checks whether the code follows the Visium python guidelines.

How to use it

You can add the following snippet of code in a file located in .github/workflows. Note that this is the CI that is used in VisiumCH/cookiecutter.

name: Continuous Integration Pipeline

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  ci:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      
      - uses: VisiumCH/check-python-style@main
        with:
          python-version: "3.10"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published