Skip to content

feat: Allow to follow the feeds of the current page #138

feat: Allow to follow the feeds of the current page

feat: Allow to follow the feeds of the current page #138

Workflow file for this run

name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
name: Run linters
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: make install
- name: Run the linters
run: make lint