Skip to content

Bump docker/setup-buildx-action from 3.8.0 to 3.10.0 #1805

Bump docker/setup-buildx-action from 3.8.0 to 3.10.0

Bump docker/setup-buildx-action from 3.8.0 to 3.10.0 #1805

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
submodules: "true"
- name: Install Python
uses: ./.github/actions/setup-py
- name: Lint markup
run: nox -s verify-markup
- name: Check spelling
run: nox -s spell-check
- name: Lint with Ruff
run: nox -s lint