Skip to content

less-action/reusables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reusables

pre-commit

A reusable workflow for running pre-commit checks.

Example usage

name: CI
on:
  push:
    branches:
      - main
  pull_request:

jobs:
  lint:
    uses: less-action/reusables/.github/workflows/pre-commit.yaml@v11
    with:
      python-version: "3.12"

python-test-build

A reusable workflow for verifying Python package metadata.

Example usage

name: CI

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  check-build:
    name: Check packaging
    uses: less-action/reusables/.github/workflows/python-test-build.yaml@v11

Packages

 
 
 

Contributors