Skip to content

Migration to wpt-live-app (#80) #60

Migration to wpt-live-app (#80)

Migration to wpt-live-app (#80) #60

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10.4'
- name: Install Python dependencies
run: pip install pipenv && pipenv install --dev
- name: flake8
run: pipenv run flake8
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: '1.6.2'
- name: terraform
run: terraform fmt --check