Skip to content

Commit

Permalink
chore: tidy (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Nov 25, 2024
1 parent ba0347d commit cfa69a7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/eleven-wasps-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/.github": minor
---

Tidy and release latest dependency updates, etc.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},

"github-actions.workflows.pinned.workflows": [
".github/workflows/ci.yaml",
".github/workflows/main.yaml",
".github/workflows/renovate.yaml"
],

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="https://github.com/bfra-me/.github/releases/latest" title="Latest Release on GitHub"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/bfra-me/.github?sort=semver&style=for-the-badge&logo=github&label=release"></a>
<a href="https://github.com/bfra-me/.github/actions?query=workflow%3Aci" title="Search GitHub Actions for CI workflow runs" ><img alt="GitHub Workflow CI Status" src="https://img.shields.io/github/actions/workflow/status/bfra-me/.github/ci.yaml?branch=main&style=for-the-badge&logo=github%20actions&logoColor=white&label=ci"></a>
<a href="https://github.com/bfra-me/.github/actions?query=workflow%3Amain" title="Search GitHub Actions for Main workflow runs" ><img alt="GitHub Workflow Main Status" src="https://img.shields.io/github/actions/workflow/status/bfra-me/.github/main.yaml?branch=main&style=for-the-badge&logo=github%20actions&logoColor=white&label=main"></a>
</p>

<p align="center">
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
"author": "Marcus R. Brown <[email protected]> (https://mrbro.dev/)",
"type": "module",
"scripts": {
"bootstrap": "pnpm install --prefer-frozen-lockfile --prefer-offline --loglevel error",
"bump": "changeset version",
"check-format": "prettier --check .",
"fix": "pnpm run lint --fix",
"format": "prettier --write .",
"lint": "eslint --flag unstable_ts_config .",
"release": "tsx ./scripts/release.ts"
},
"prettier": "@bfra.me/prettier-config",
"devDependencies": {
"@actions/exec": "1.1.1",
"@bfra.me/eslint-config": "0.4.7",
Expand Down

0 comments on commit cfa69a7

Please sign in to comment.