Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeGEINE committed Jul 28, 2024
1 parent 2f4095f commit 04a0b41
Show file tree
Hide file tree
Showing 9 changed files with 312 additions and 282 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Prepare
run: cp ./.env.example ./.env
run: cp ./.env.example ./.env.dev

- name: Install ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Prepare
run: cp ./.env.example ./.env
run: cp ./.env.example ./.env.dev

- name: Download image
uses: actions/download-artifact@v4
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Check codestyle
run: make ci-rubocop

- name: Clear
run: make ci-clear

Expand All @@ -70,7 +70,7 @@ jobs:
# uses: actions/checkout@v4

# - name: Prepare
# run: cp ./.env.example ./.env
# run: cp ./.env.example ./.env.dev

# - name: Download image
# uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit 04a0b41

Please sign in to comment.