Skip to content

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 #46

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 #46

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
# none-all, which doesn't exist, but
# https://docs.github.com/en/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow
# implies that the token still gets created. Elsewhere we learn that any
# permission not mentioned here gets turned to `none`.
actions: none
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~= 22.0"