Skip to content

Bump mypy from 1.12.1 to 1.13.0 in /components/api_server #11796

Bump mypy from 1.12.1 to 1.13.0 in /components/api_server

Bump mypy from 1.12.1 to 1.13.0 in /components/api_server #11796

Workflow file for this run

---
name: Hadolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- component: api_server
- component: collector
- component: database
- component: frontend
- component: notifier
- component: proxy
- component: renderer
- component: testdata
steps:
- uses: actions/[email protected]
- name: Hadolint ${{ matrix.component }}
uses: hadolint/[email protected]
with:
dockerfile: components/${{ matrix.component }}/Dockerfile