change config to js
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 3s

This commit is contained in:
2025-12-22 21:47:14 +01:00
parent f835d22269
commit 39c579c077
4 changed files with 1 additions and 75 deletions

View File

@@ -13,26 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Copy generated file to repo
run: |
cp dist/index.js index.js
git config user.name "gitea-actions[bot]"
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
git add index.js
git commit -m "chore: update generated index.js" || echo "No changes to commit"
git push origin main
- name: Get version from package.json
id: pkg
run: |