Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78aa7f8

Browse files
authoredMay 19, 2020
improv: move away from monorepo due to change in direction (#36)
From now on, each Lambda Powertools for a given runtime should have its own repo * chore: move all files to root * docs: fix alignment
1 parent 3d6352e commit 78aa7f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+445
-1051
lines changed
 

‎python/.flake8 renamed to ‎.flake8

File renamed without changes.

‎.github/workflows/python.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
1-
name: Powertools Python
1+
name: Build
22

33
on:
44
pull_request:
55
branches:
66
- develop
77
- master
8-
paths:
9-
- "python/**"
108
push:
119
branches:
1210
- develop
1311
- master
14-
paths:
15-
- "python/**"
1612

1713
jobs:
1814
build:
1915
runs-on: ubuntu-latest
20-
defaults:
21-
run:
22-
working-directory: ./python/
2316
strategy:
2417
max-parallel: 4
2518
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.