Skip to content

Commit

Permalink
Update CI/CD, .pre-commit and move from Makefile to Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusSagen committed Jul 12, 2024
1 parent 2af55dc commit cc941f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
- name: Check justfile linting
run: 'just --unstable --fmt --check || "justfile is not formatted!\nrun: `just fmt` and commit again"'

- name: Setup SSH agent and key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_DEPLOY_KEY_ML_UTILS }}

- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -56,7 +51,7 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}

- name: Install the project dependencies
run: just setup cicd
run: just setup

###################################################################
# #
Expand Down
53 changes: 0 additions & 53 deletions Makefile

This file was deleted.

0 comments on commit cc941f4

Please sign in to comment.