Skip to content

Commit

Permalink
removed unused code parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Mar 14, 2024
1 parent e5da8d8 commit 17d31db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-linter-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
python-version: '3.x'
cache: 'pip'

- name: Install dependencies
working-directory: ./backend
run: pip3 install -r requirements.txt && pip3 install -r dev-requirements.txt

- name: Run linting
working-directory: ./backend
run: find . -type f -name "*.py" | xargs pylint
12 changes: 0 additions & 12 deletions .github/workflows/ci-linter-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ jobs:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
working-directory: ./frontend
run: npm ci

- name: Build
working-directory: ./frontend
run: npm run build

- name: Preview Web App
working-directory: ./frontend
run: npm run preview &

- name: Run linting
working-directory: ./frontend
Expand Down

0 comments on commit 17d31db

Please sign in to comment.