Skip to content

feat(firehose): add firehose.catquery.com #256

feat(firehose): add firehose.catquery.com

feat(firehose): add firehose.catquery.com #256

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: ./package.json
- run: npm i
- run: npm run lint