Skip to content

Commit

Permalink
Merge pull request #97 from koedame/release/v0.5.0
Browse files Browse the repository at this point in the history
Release/v0.5.0
  • Loading branch information
unchidev authored Jun 25, 2024
2 parents 80fb663 + e7c2d6f commit ef58dbf
Show file tree
Hide file tree
Showing 14 changed files with 342 additions and 152 deletions.
11 changes: 9 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@
"extensions": [
"GitHub.copilot",
"rebornix.ruby",
"castwide.solargraph"
]
"castwide.solargraph",
"znck.grammarly"
],
"settings": {
"grammarly.files.include": [
"**/*.txt",
"**/*.md"
]
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore Cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore Cache
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit ef58dbf

Please sign in to comment.