Skip to content

Commit 2af8acd

Browse files
authored
feat: use CI scripts (#2)
* feat: use CI scripts * test: use branch action for tests * use nightly version * fix: ci verify command * fix: node version * update test ws * update test-data
1 parent df7dfe1 commit 2af8acd

75 files changed

Lines changed: 22397 additions & 14404 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
ws-dir: 'test-data'
1616
- name: Bit Verify
17-
uses: bit-tasks/verify@main
17+
uses: bit-tasks/verify@use-ci-scripts

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ inputs:
77
ws-dir:
88
description: "Workspace json file directory path"
99
required: false
10-
skip-build:
11-
description: "Skip running 'bit build'"
12-
required: false
1310
runs:
1411
using: 'node20'
1512
main: 'dist/index.js'

0 commit comments

Comments
 (0)