Skip to content

fix+feat(anix.sh): Added type variable to recent-episodes, watch and servers to fetch SUB, DUB, RAW; added some error handling #488

fix+feat(anix.sh): Added type variable to recent-episodes, watch and servers to fetch SUB, DUB, RAW; added some error handling

fix+feat(anix.sh): Added type variable to recent-episodes, watch and servers to fetch SUB, DUB, RAW; added some error handling #488

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ "18.x" ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies & build
run: |
npm install
npx tsc