Skip to content

chore(deps): bump github.com/theupdateframework/go-tuf/v2 #14

chore(deps): bump github.com/theupdateframework/go-tuf/v2

chore(deps): bump github.com/theupdateframework/go-tuf/v2 #14

Workflow file for this run

name: Check Python code
on:
push:
paths:
- '**/Tiltfile'
- '**.py'
- '.github/workflows/check-py.yml'
jobs:
check-fmt:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check format
uses: psf/black@stable
with:
options: '--line-length 100 --include Tiltfile --check'