Skip to content

Fix attributes for bucket creation #11

Fix attributes for bucket creation

Fix attributes for bucket creation #11

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Pre-Commit Checks
uses: pre-commit/[email protected]