Setup in CI

This commit is contained in:
Mustafa Gezen 2023-02-04 00:39:40 +01:00
parent 5e1fde1027
commit aecc8c3823
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
pip3 install -r requirements_lock.txt