Skip to content

implement pagination #51

implement pagination

implement pagination #51

Workflow file for this run

name: Angular Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: postrify-frontend
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint