Skip to content

Commit

Permalink
fixed path to lambdas for black check
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 committed Feb 23, 2021
1 parent 7abe64b commit 04add0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2

- name: run black style checks
run: black --check calcloud calcloud/lambda
run: black --check calcloud lambda

flake8:
name: run flake8
Expand Down

0 comments on commit 04add0d

Please sign in to comment.