Skip to content

Commit 5f00a53

Browse files
committed
resolve merge conflict
2 parents 3ead85d + 0c54d5c commit 5f00a53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install build twine wheel setuptools ruff black
38+
pip install build twine wheel setuptools ruff black tomllib
3939
pip install -r requirements.txt
4040
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
4141
42-
- name: Run Ruff linting
42+
- name: Run linting and formatting
4343
run: |
44-
# Run Ruff linter
45-
ruff check .
44+
# Run linter
45+
black --check --diff stagehand
4646
4747
# Run Ruff formatter check (without modifying files)
4848
ruff check stagehand

0 commit comments

Comments
 (0)