Skip to content

fix: add loading animation when changing feed sort option #71

fix: add loading animation when changing feed sort option

fix: add loading animation when changing feed sort option #71

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run check:all