Skip to content

Commit

Permalink
Merge pull request #25 from smalruby/merge/upstream
Browse files Browse the repository at this point in the history
feat: merged upstream b1bfa30
  • Loading branch information
takaokouji authored Mar 24, 2024
2 parents 72fa95c + f3ee75c commit 41f9bb7
Show file tree
Hide file tree
Showing 59 changed files with 24,855 additions and 23,373 deletions.
61 changes: 0 additions & 61 deletions .circleci/config.yml

This file was deleted.

17 changes: 3 additions & 14 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
ci-cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
if: github.event_name == 'pull_request'
- uses: actions/setup-node@v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand All @@ -41,14 +41,3 @@ jobs:
mkdir -p ./test/results
- run: npm test
- run: npm run build
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: playground
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
- name: semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx --no -- semantic-release
39 changes: 0 additions & 39 deletions .github/workflows/update-i18n.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
18
Loading

0 comments on commit 41f9bb7

Please # to comment.