Skip to content

ci: introduces basic CI pipeline #7

ci: introduces basic CI pipeline

ci: introduces basic CI pipeline #7

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
jobs:
prettier:
runs-on: ubuntu-22.04
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Run `prettier`
run: npx prettier --check .px prettier --check .