Skip to content

Commit d819794

Browse files
committed
Merge branch 'master' of https://github.com/zigai/wrighter
2 parents f6e0e76 + e28c5ce commit d819794

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/lint.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lint
2+
on: [push, pull_request]
3+
jobs:
4+
black:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v3
8+
- uses: psf/black@stable
9+
10+
ruff:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: chartboost/ruff-action@v1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Web scraping/browser automation framework built on [Playwright](https://playwrig
1010
# Features
1111
- sync and async API
1212
- plugin system [(see official plugins)](https://github.com/zigai/wrighter-plugins)
13-
- configuration validation base on pydantic
13+
- configuration validation based on pydantic
1414

1515
# Installation
1616
#### From PyPi

0 commit comments

Comments
 (0)