Skip to content

Commit

Permalink
add gha aciton to build package, remove unused actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Jul 8, 2024
1 parent 2d84c0d commit eef222c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 242 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build Package

on:
workflow_dispatch:

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: |
npm ci
npm run build
npm run package
- name: Add & Commit
uses: EndBug/add-and-commit@v7.2.0
with:
add: "dist/."
message: "build package"
190 changes: 0 additions & 190 deletions .github/workflows/combine-prs.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/openai-review.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/versioning.yml

This file was deleted.

0 comments on commit eef222c

Please sign in to comment.