Unverified Commit 243fa75f authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

fix: 💚 don't lint backend for now

parent 702ffdf6
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
pull_request: pull_request:
jobs: jobs:
build: build:
name: 'Format, Lint, & Build Backend' name: 'Format & Build Backend'
env: env:
PUBLIC_API_BASE_URL: '' PUBLIC_API_BASE_URL: ''
runs-on: ubuntu-latest runs-on: ubuntu-latest
...@@ -23,8 +23,8 @@ jobs: ...@@ -23,8 +23,8 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install yapf pip install yapf
pip install pylint # pip install pylint
- name: Lint backend # - name: Lint backend
run: bun run lint:backend # run: bun run lint:backend
- name: Format backend - name: Format backend
run: bun run format:backend run: bun run format:backend
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment