Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaodechen committed Aug 16, 2024
1 parent ed40aea commit 16c06e1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files

contrib-readme-job:
runs-on: ubuntu-latest
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,10 @@ If you find this repository useful, please cite this paper:
# 👥 Contributors
Special thanks to the community for your valuable contributions and support in making CarDreamer better for everyone! The contributor list is automatically generated based on commit history.
Special thanks to the community for your valuable contributions and support in making CarDreamer better for everyone!
<!-- readme: contributors -start -->
<table>
<tbody>
<tr>
Expand Down Expand Up @@ -342,6 +343,18 @@ Special thanks to the community for your valuable contributions and support in m
</table>
<!-- readme: contributors -end -->
### How to Contribute?
The contributor list is automatically generated based on the commit history. Please use `pre-commit` to automatically check and format changes.
```bash
# Setup pre-commit tool
pip install pre-commit
pre-commit install
# Run pre-commit
pre-commit run --all-files
```

### Credits

`CarDreamer` builds on the several projects within the autonomous driving and machine learning communities.
Expand Down

0 comments on commit 16c06e1

Please sign in to comment.