8000 fix(plugin): decouple state update from the LS by dankeboy36 · Pull Request #2643 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

fix(plugin): decouple state update from the LS #2643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: pick better GH step name
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
  • Loading branch information
dankeboy36 committed Feb 25, 2025
commit 6d499dd6e4a932d119420d4c81b8ef4e94e2a7f5
2 changes: 1 addition & 1 deletion .github/workflows/check-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cache: yarn
node-version: ${{ env.NODE_VERSION }}

- name: Install Dependencies (Ubuntu)
- name: Install dependencies (Linux only)
if: runner.os == 'Linux'
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cache: yarn
node-version: ${{ env.NODE_VERSION }}

- name: Install Dependencies (Ubuntu)
- name: Install dependencies (Linux only)
if: runner.os == 'Linux'
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Install Dependencies (Ubuntu)
- name: Install dependencies (Linux only)
if: runner.os == 'Linux'
run: |
sudo apt-get update
Expand Down
Loading
0