Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

1,894 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python linting and testing using ruff and ty

A GitHub action that checks Python code using ruff and ty.

GitHub Actions configuration example

on:
  push:
    branches: [main]
  pull_request:
name: Python linting

permissions: {}

jobs:
  PythonLinting:
    name: Python linting
    runs-on: ubuntu-latest
    permissions:
      contents: read
    steps:
      - name: Checkout repository
        uses: actions/checkout@v6

      - name: Python linting
        uses: konstruktoid/action-pylint@v3

About

A GitHub action that performs Python linting and testing using ruff and ty

Topics

Resources

Security policy

Stars

10 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages