Skip to content

feat(ENG-12827): publish standalone binaries via the release + Docker pipelines #368

feat(ENG-12827): publish standalone binaries via the release + Docker pipelines

feat(ENG-12827): publish standalone binaries via the release + Docker pipelines #368

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- "**"
permissions:
contents: read
concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.10"
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
enable-cache: true
- run: uv sync --locked --group dev
- run: uv run pre-commit run --all-files