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

chore(idea): IntelliJ watcherTasks [pulumi] - remove #112

chore(idea): IntelliJ watcherTasks [pulumi] - remove

chore(idea): IntelliJ watcherTasks [pulumi] - remove #112

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@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3
- name: Run linter
run: pip install flake8 && flake8
- name: Run tests
run: python -m test_deploy_heroku