Skip to content

Commit

Permalink
Merge branch 'linux-arm64'
Browse files Browse the repository at this point in the history
Fix #43
Fix #39
Close #40
Close #41
  • Loading branch information
rhysd committed Feb 1, 2025
2 parents c0a5f1c + 169e158 commit 65172f2
Show file tree
Hide file tree
Showing 13 changed files with 595 additions and 360 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Stable and nightly
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13, ubuntu-24.04]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13, ubuntu-24.04, ubuntu-24.04-arm]
version: [stable, nightly]
neovim: [true, false]
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default ts.config(
rules: {
'prefer-spread': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'@typescript-eslint/switch-exhaustiveness-check': 'off',
'n/no-missing-import': 'off',
eqeqeq: 'error',
'@typescript-eslint/explicit-function-return-type': 'error',
Expand All @@ -40,7 +41,6 @@ export default ts.config(
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
'@typescript-eslint/switch-exhaustiveness-check': 'error',
'@typescript-eslint/ban-ts-comment': [
'error',
{
Expand Down
Loading

0 comments on commit 65172f2

Please sign in to comment.