Skip to content

[BREAKING][fix #263]: remove hardcoded /sabnzbd from api path #83

[BREAKING][fix #263]: remove hardcoded /sabnzbd from api path

[BREAKING][fix #263]: remove hardcoded /sabnzbd from api path #83

Workflow file for this run

---
name: On Pull Request
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Lint
uses: ./.github/actions/lint
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Tests
uses: ./.github/actions/tests