Skip to content

chore(deps): bump github.com/open-policy-agent/opa from 0.67.0 to 0.68.0 #12

chore(deps): bump github.com/open-policy-agent/opa from 0.67.0 to 0.68.0

chore(deps): bump github.com/open-policy-agent/opa from 0.67.0 to 0.68.0 #12

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'