Skip to content

perf(rss/atom/json): Use .forEach() instead of .map() when resulting array is unused #24

perf(rss/atom/json): Use .forEach() instead of .map() when resulting array is unused

perf(rss/atom/json): Use .forEach() instead of .map() when resulting array is unused #24

Workflow file for this run

name: Prettier Check
on:
- pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install
- name: Run Prettier
run: pnpm pretty:check