Skip to content

Commit

Permalink
fix theme properties (#27)
Browse files Browse the repository at this point in the history
* fix theme properties

* add link color

* fix tests
  • Loading branch information
microstudi authored Nov 24, 2023
1 parent 9d0a9c4 commit 339ad71
Show file tree
Hide file tree
Showing 16 changed files with 289 additions and 258 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.5
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1

jobs:
lint-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.5
RUBY_VERSION: 3.0.6

jobs:
test-report:
Expand All @@ -30,7 +30,7 @@ jobs:
DATABASE_HOST: localhost

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.0.6
Loading

0 comments on commit 339ad71

Please sign in to comment.