Skip to content

refactor(fetchEvents): change parameter order to match other function… #51

refactor(fetchEvents): change parameter order to match other function…

refactor(fetchEvents): change parameter order to match other function… #51

Workflow file for this run

name: prettier.check
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: |
cd cli
npm install
npx prettier . --check --ignore-unknown