style: Flake8 up #453
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: front check | |
# on: [push, pull_request] | |
# jobs: | |
# build_and_check_frontend: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v4 | |
# - name: Install bun | |
# run: npm install -g bun | |
# - name: Install dependencies | |
# run: bun install | |
# working-directory: frontend |