🐛 Fix typo
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# when:
|
when:
|
||||||
# - event: pull_request
|
- event: pull_request
|
||||||
# branch:
|
branch:
|
||||||
# exclude: [master, release/*]
|
exclude: [master, release/*]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: prepare
|
- name: prepare
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
command: |
|
commands: |
|
||||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||||
pip install poetry
|
pip install poetry
|
||||||
cd backend
|
cd backend
|
||||||
|
Reference in New Issue
Block a user