Skip to content

Commit 7dbe558

Browse files
committed
README.md added
1 parent dcf440e commit 7dbe558

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

firebase-dataconnect/ci/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Firebase Data Connect Android SDK Continuous Integration Scripts
2+
3+
These scripts are used by GitHub Actions.
4+
5+
There are GitHub Actions workflows that verify code formatting, lint checks, type annotations,
6+
and running unit tests.
7+
8+
The minimum required Python version (at the time of writing, April 2025) is 3.13.
9+
See `pyproject.toml` for the most up-to-date requirement.
10+
11+
To set up Python, install the required dependencies by running:
12+
13+
```
14+
pip install -r requirements.txt
15+
```
16+
17+
Then, run all of these presubmit checks by running the following command:
18+
19+
```
20+
ruff check --fix && ruff format && pyright && pytest && echo 'SUCCESS!!!!!!!!!!!!!!!'
21+
```

0 commit comments

Comments
 (0)