This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
lambda-boilerplate/.github/workflows/base.yml
Marc Cataford 9a81426840
Migrate to Terraform (#3)
* infra: exit sceptre, enter terraform

infra: ignores, vars

* infra: tweaks

* ci: remove sceptre validation

* ci: bootstrap

* build: deps

* ci: py setup

* docs: add docs to tasks

* docs: update
2021-03-19 13:38:54 -04:00

15 lines
321 B
YAML

name: Lambda Boilerplate
on: [push]
jobs:
lint-and-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8.2'
- name: Install dependencies
run: CI=1 . script/bootstrap
- name: Lint
run: inv lint