Skip to content

Commit

Permalink
Update github actions to always run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier-Tan committed Mar 31, 2024
1 parent d2c6bc1 commit ece13dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Lint with ruff
uses: chartboost/ruff-action@v1
continue-on-error: true

- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/data_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
trnsaction (
t_id INTEGER PRIMARY KEY NOT NULL,
date INTEGER NOT NULL DEFAULT '0',
category TEXT NOT NULL DEFAULT "Uncategorised" REFERENCES trnsactino_categories(category),
category TEXT NOT NULL DEFAULT "Uncategorised" REFERENCES trnsaction_categories(category),
description TEXT NULL,
value INTEGER NOT NULL DEFAULT '0',
cc_value INTEGER NOT NULL DEFAULT '0'
Expand Down

0 comments on commit ece13dc

Please sign in to comment.