Skip to content

build(deps): bump openpolicyagent/opa from 0.67.0-istio to 0.67.1-istio in /ext_authz in the examples-ext-authz group #29

build(deps): bump openpolicyagent/opa from 0.67.0-istio to 0.67.1-istio in /ext_authz in the examples-ext-authz group

build(deps): bump openpolicyagent/opa from 0.67.0-istio to 0.67.1-istio in /ext_authz in the examples-ext-authz group #29

Workflow file for this run

name: Lint
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
concurrency:
group: >-
${{ github.event.inputs.head_ref || github.run_id }}
jobs:
lint:
runs-on: ubuntu-24.04
if: github.repository_owner == 'envoyproxy'
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.12"
- run: |
pip install -r ./.github/workflows/requirements.txt
envoy.code.check . -c glint python_flake8 shellcheck yamllint -x single-page-app/_github-clusters.yml