Skip to content

add logo theme option and remove _static folder #328

add logo theme option and remove _static folder

add logo theme option and remove _static folder #328

name: Code Formatting
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types: [opened, reopened, synchronize] # This is the default, just explicit here
jobs:
code-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run code formatting checks with pre-commit
uses: pre-commit/action@v3.0.0