Skip to content

bigfun: function_py: create_dataset give dataEditor role to user inst… #367

bigfun: function_py: create_dataset give dataEditor role to user inst…

bigfun: function_py: create_dataset give dataEditor role to user inst… #367

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
run: |
pip install -e .[dev]
- name: Run pre-commit
run: |
pre-commit run --all-files