Skip to content

Commit

Permalink
simplify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 15, 2023
1 parent 9ed6b15 commit 12ab185
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 70 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"charliermarsh.ruff",
"ms-python.black-formatter",
"ms-azuretools.vscode-docker",
"ms-vscode.makefile-tools"
"ms-vscode.makefile-tools",
"github.vscode-github-actions"
]
}
},
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/static_type_checks.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/tests.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
cacheFrom: ghcr.io/MartinBernstorff/personal-mnemonic-medium/
push: never
runCmd:
make lint
make validate
5 changes: 4 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ test:
type-check:
pyright .

pr:
validate:
make lint & make test & make type-check

pr:
make validate
git push
gh pr create
gh pr merge --auto --merge

0 comments on commit 12ab185

Please sign in to comment.