mirror of
https://github.com/resf/distro-tools.git
synced 2024-12-04 02:36:25 +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:
|
jobs:
|
||||||
|
|
||||||
build:
|
lint_test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Setup
|
||||||
|
run: ./build/scripts/setup.bash
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: ./build/scripts/pylint.bash
|
run: ./build/scripts/pylint.bash
|
||||||
- name: Test
|
- 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