Skip to content

Commit 23cf6fd

Browse files
committed
update
1 parent b74a243 commit 23cf6fd

5 files changed

Lines changed: 9 additions & 259 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stack-service-base (0.1.0)
4+
stack-service-base (0.0.100)
55
async
66
debug
77
dotenv

lib/stack-service-base/frontend_template/github/.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8-
- uses: actions/setup-node@v4
9-
with:
10-
node-version: 24.18
11-
cache: npm
12-
cache-dependency-path: src/package-lock.json
13-
- run: npm ci
14-
working-directory: src
15-
- run: npm run check
16-
working-directory: src
178
- uses: docker/login-action@v2
189
with: { username: '${{ secrets.DOCKER_HUB_LOGIN }}', password: '${{ secrets.DOCKER_HUB_PASSWORD }}' }
1910
- uses: docker/setup-buildx-action@v3

lib/stack-service-base/frontend_template/home/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
.idea/
22
.vscode/
3+
.qodo
4+
.idea
5+
.codex
6+
.agents
7+
*/spec/results
8+
.env.local
9+
*/.env.*
310
*.iml
411
*.log
512
src/.env.local

lib/stack-service-base/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackServiceBase
2-
VERSION = '0.1.0'
2+
VERSION = '0.0.100'
33
end

spec/command_init_spec.rb

Lines changed: 0 additions & 248 deletions
This file was deleted.

0 commit comments

Comments
 (0)