Skip to content

Commit

Permalink
🐛 fix: Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 7, 2025
1 parent a331f58 commit 9e73db0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Pkg Pr New CI
on:
pull_request:
push:
branches:
- '!main'

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install bun
uses: oven-sh/setup-bun@v2

- name: Install deps
run: bun i

- name: CI
run: bun run ci

- name: Test
run: bun run test

- name: Build
run: bun run build

- name: Release
run: bunx pkg-pr-new publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"gatsby-remark-find-replace": "^0.3.0",
"postcss-less": "^6.0.0",
Expand Down

0 comments on commit 9e73db0

Please sign in to comment.