Skip to content

Commit

Permalink
Merge branch 'hotfix/12.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Sep 30, 2023
2 parents 71282d2 + 7953785 commit 84b44cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 44 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
os: [ubuntu-latest, windows-2019, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- uses: actions/cache@v2
node-version: 18.x
- uses: actions/cache@v3
id: cache
with:
path: |
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/qodana.yml

This file was deleted.

3 changes: 1 addition & 2 deletions static/window/styles/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,6 @@ body {
.tags-page {
width: 100%;
height: 100%;
overflow: auto;
}
.tags-page__browser {
display: flex;
Expand Down Expand Up @@ -3155,4 +3154,4 @@ body {
.browse-right-sidebar__title-row__buttons__promote-button {
font-weight: bold;
margin-right: 0.3rem;
}
}

0 comments on commit 84b44cf

Please sign in to comment.