Skip to content

Commit 4b8253b

Browse files
authored
Merge pull request #18 from saying121/dev
Use correct keymap field name `keymap`.
2 parents 04b3006 + c44c589 commit 4b8253b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+618
-521
lines changed

.github/workflows/fmt.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ jobs:
2424
COMMIT_MSG: |
2525
fmt: with nightly rustfmt
2626
run: |
27-
cargo +nightly fmt --all
28-
git config user.email "actions@github"
29-
git config user.name "Github Actions"
30-
git remote set-url origin https://x-access-token:"${GITHUB_TOKEN}"@github.com/"${GITHUB_REPOSITORY}".git
31-
git add crates/
32-
# shellcheck disable=SC2015
33-
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push origin HEAD:"${GITHUB_REF}")
27+
cargo +nightly fmt --check --all

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
11+
### Fixed
12+
13+
- Keymap: Use correct field name `keymap`.
14+
915
## [0.9.4]
1016

1117
### Added

0 commit comments

Comments
 (0)