Skip to content

Merge pull request #21 from igormcsouza/20-news-api-stopped-working-o… #47

Merge pull request #21 from igormcsouza/20-news-api-stopped-working-o…

Merge pull request #21 from igormcsouza/20-news-api-stopped-working-o… #47

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Requirements
run: pip install -r requirements.txt
- name: Run Linter on python code with flake8
run: flake8
- name: Use pytest to run unittests
run: pytest