Skip to content

Commit

Permalink
build: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarron-idiap committed Dec 19, 2024
1 parent 7b575c1 commit a7776cc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
jobs:
quality:
runs-on: ubuntu-latest
name: qa
steps:
run:
- pip install pre-commit
- pre-commit run --all-files

build-job:
runs-on: ubuntu-latest
name: build
steps:
run:
- pip install . --no-cache

0 comments on commit a7776cc

Please sign in to comment.