Skip to content

Add CI pipeline with Prettier formatting check#3

Merged
coka merged 3 commits into
mainfrom
copilot/add-ci-pipeline
Mar 4, 2026
Merged

Add CI pipeline with Prettier formatting check#3
coka merged 3 commits into
mainfrom
copilot/add-ci-pipeline

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 4, 2026

Adds a minimal GitHub Actions workflow that enforces Prettier formatting on push to main and on PRs.

  • CI workflow (.github/workflows/ci.yml): Sets up Bun, installs deps with frozen lockfile, runs prettier --check .
  • Prettier dependency: Added prettier@3.5.3 to devDependencies and format:check script to package.json
  • Existing formatting fix: Ran Prettier on docs/adr-001-react-effect.md so CI passes on merge

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/Jarred-Sumner/bun-releases-for-updater/releases/latest
    • Triggering command: /home/REDACTED/.bun/bin/bun bun upgrade (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>There is no CI pipeline</issue_title>
<issue_description>There should be a minimal GitHub Action that checks if files are formatted correctly (according to Prettier).</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI and others added 2 commits March 4, 2026 15:00
Co-authored-by: coka <10366797+coka@users.noreply.github.com>
Co-authored-by: coka <10366797+coka@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CI pipeline to check file formatting with Prettier Add CI pipeline with Prettier formatting check Mar 4, 2026
Copilot finished work on behalf of coka March 4, 2026 15:03
@coka coka marked this pull request as ready for review March 4, 2026 18:08
@coka coka merged commit e018c44 into main Mar 4, 2026
1 check passed
@coka coka deleted the copilot/add-ci-pipeline branch March 4, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There is no CI pipeline

2 participants