Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

chore(lint): ruff config [pulumi] #93

chore(lint): ruff config [pulumi]

chore(lint): ruff config [pulumi] #93

Workflow file for this run

name: CI
on: [ push ]
jobs:
lint-and-test:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3
- name: Run linter
run: pip install flake8 && flake8
- name: Run tests
run: python -m test_deploy_heroku