mirror of
https://github.com/resf/distro-tools.git
synced 2024-12-03 10:16:26 +00:00
Setup in CI
This commit is contained in:
parent
5e1fde1027
commit
aecc8c3823
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@ -6,12 +6,13 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
lint_test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup
|
||||
run: ./build/scripts/setup.bash
|
||||
- name: Lint
|
||||
run: ./build/scripts/pylint.bash
|
||||
- name: Test
|
||||
|
3
build/scripts/setup.bash
Executable file
3
build/scripts/setup.bash
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pip3 install -r requirements_lock.txt
|
Loading…
Reference in New Issue
Block a user