Skip to content

feat(billing): add organization_name and project_name to FinOpsApi's Charge #2293

feat(billing): add organization_name and project_name to FinOpsApi's Charge

feat(billing): add organization_name and project_name to FinOpsApi's Charge #2293

Workflow file for this run

name: Check formatting
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
ruff:
runs-on: ubuntu-latest
strategy:
matrix:
lib:
- scaleway-core
- scaleway
- scaleway-async
defaults:
run:
working-directory: ${{ matrix.lib }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: '3.13'
cache: "poetry"
- name: Install dependencies and library
run: poetry install
- name: Check format
run: poetry run ruff format --check