Skip to content

s3: add client api to interact with s3 server (#87) #250

s3: add client api to interact with s3 server (#87)

s3: add client api to interact with s3 server (#87) #250

Workflow file for this run

name: "Integration tests"
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
jobs:
python-format:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4
# Formatting checks
- name: "Code formatting check"
run: ./bin/inv_wrapper.sh format-code --check