Skip to content

Commit

Permalink
Remove unused config entries
Browse files Browse the repository at this point in the history
  • Loading branch information
TidalPaladin committed Mar 15, 2023
1 parent 0724532 commit 711c46d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ orbs:
codecov: codecov/codecov@3.2.4


commands:
setup_node_modules:
steps:
- run: sudo apt update
- run: sudo apt install -y npm
- run: sudo npm cache clean -f
- run: sudo npm install -g n
- run: sudo n stable
- run:
name: Install static type checker
command: npm ci


jobs:
check_code_quality:
docker:
Expand Down Expand Up @@ -61,7 +48,6 @@ jobs:
- run:
name: Run tests
command: make test-ci
#- setup_node_modules
- run:
name: Install static type checker
command: npm ci
Expand Down

0 comments on commit 711c46d

Please sign in to comment.