Skip to content

Commit 869ebef

Browse files
authored
Merge pull request #482 from cooling-singapore/dev-0.6.12
Dev 0.6.12
2 parents 8654f38 + c8ca27f commit 869ebef

Some content is hidden

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

43 files changed

+679
-4254
lines changed

.dockerignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/workflow.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,11 @@ jobs:
1212
- name: Set up Python 3.x
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: "3.9"
15+
python-version: "3.10"
1616

1717
- name: Install application
1818
run: pip install ".[dev]"
1919

20-
- name: Create credentials.json
21-
run: >
22-
echo
23-
'{"github-credentials":[
24-
{"repository":"https://github.com/cooling-singapore/duct-fom",
25-
"login":"oauth",
26-
"personal_access_token":"${{ secrets.TEST_PROCESSOR_KEY }}"}
27-
]}' > ~/.saas-credentials.json
28-
2920
- name: Run tests
3021
run: pytest ./tests
3122

@@ -36,4 +27,4 @@ jobs:
3627
- uses: chartboost/ruff-action@v1
3728
with:
3829
# ignore line too long errors
39-
args: --ignore E501
30+
args: check --ignore E501

DEVELOPMENT.md

Lines changed: 0 additions & 179 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)