Skip to content

Returning selected layers (#225) #13

Returning selected layers (#225)

Returning selected layers (#225) #13

Workflow file for this run

# This workflow is used to run the pre-commit checks on the codebase, particularly
# linting and formatting.
name: Linting, formatting, and type checking
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]