Skip to content

Disable prometheus migrations export #469

Disable prometheus migrations export

Disable prometheus migrations export #469

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.10.x"
- name: Install dependencies
run: uv tool install --with pyyaml nox
- name: Run linters
run: uvx nox -vs lint
check_crufted_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.10.x"
- name: Install dependencies
run: uv tool install --with pyyaml nox
- name: Run checks on project created from template
run: uvx nox -vt crufted_project