Skip to content

frontend: update theming functionality (#123) #2

frontend: update theming functionality (#123)

frontend: update theming functionality (#123) #2

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request: {}
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]
- uses: isort/isort-action@v1
with:
isort-version: "5.12.0"