Skip to content

[QI2-1367] Removed end of line character from get_static resply_succe… #44

[QI2-1367] Removed end of line character from get_static resply_succe…

[QI2-1367] Removed end of line character from get_static resply_succe… #44

Workflow file for this run

name: Validation
on:
pull_request:
jobs:
lint:
name: Markdown linting
runs-on: ubuntu-latest
steps:
- uses: DavidAnson/markdownlint-cli2-action@v11
tests:
name: JSON validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
working-directory: ./tests
run: pip install -r requirements.txt
- name: Run test cases
working-directory: ./tests
run: ./tests.sh