FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'main' into ruff-pre-commit · python/pyperformance@cf43563 · GitHub

Add pre-commit, ruff check configuration and Github action #3

Add pre-commit, ruff check configuration and Github action

Add pre-commit, ruff check configuration and Github action #3

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: ruff
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
ruff:
name: Check code with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
args: "check"

Back | FazBrowse Home | New Git URL