Skip to content

Commit

Permalink
chore: validate functionality of status checks (#477)
Browse files Browse the repository at this point in the history
* chore: validate functionality of status checks

* test removing install script testing

* try removing docstring form module to see if its picked up

* add reference to pull request

* add removed docstring back for app __init__ file

* add missing check out statement
  • Loading branch information
Mustaballer authored Aug 25, 2023
1 parent 56d22a8 commit 1485ae4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:

- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down
4 changes: 4 additions & 0 deletions openadapt/privacy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""Package for the Privacy API.
Module: __init__.py
"""
4 changes: 4 additions & 0 deletions openadapt/privacy/providers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""Package for the Providers.
Module: __init__.py
"""

0 comments on commit 1485ae4

Please sign in to comment.