Skip to content

Commit

Permalink
feat: Add tags, raw responses (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Sep 21, 2022
1 parent 10e9a79 commit 593035a
Show file tree
Hide file tree
Showing 6 changed files with 560 additions and 638 deletions.
13 changes: 10 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ orbs:
jobs:
test:
docker:
- image: cimg/base:stable
- image: linuxserver/qbittorrent@sha256:80f218cde99a0fe907b8ccd554b9337a37227d2755ef4fc549e770aa835bf2e5
- image: cimg/node:current
steps:
- checkout
- node/install
- node/install-packages
- run:
name: setup qbittorrent
command: |
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
sudo apt-get update
sudo apt-get install qbittorrent-nox
qbittorrent-nox -d
sudo mkdir /downloads
mkdir ~/downloads
- run:
name: lint
command: npm run lint
Expand Down

0 comments on commit 593035a

Please sign in to comment.