mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-22 00:33:52 +08:00
little bit of ci (#96)
* more pre-commit * run in ci * fix violations * cleanup
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: tests
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
precommit:
|
||||
name: pre-commit
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 8
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- run: 'pip install pre-commit'
|
||||
- run: 'pre-commit run --all'
|
||||
Reference in New Issue
Block a user