diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2022-12-05 19:28:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 19:28:06 +0100 |
| commit | ac374550a8d0a8066534c57ba46137256608015a (patch) | |
| tree | 76d75725ddb118a3abfc2b3066bd536ff23f79aa | |
| parent | b4537b6f5fa65626c1bab944681b35769cab9b5c (diff) | |
| parent | 7bc39219599a5b728616dbeeafa723b8898f989e (diff) | |
| download | rust-mode-ac374550a8d0a8066534c57ba46137256608015a.tar.gz | |
Merge pull request #472 from jcs-PR/tests/remove-setup-node
tests: Setup node is no longer required
| -rw-r--r-- | .github/workflows/test.yml | 6 | ||||
| -rw-r--r-- | Eask | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a970eda..db466c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: emacs-version: - 26.3 - 27.2 - - 28.1 + - 28.2 # - snapshot steps: @@ -22,10 +22,6 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/setup-node@v2 - with: - node-version: '16' - - uses: emacs-eask/setup-eask@master with: version: 'snapshot' @@ -2,6 +2,9 @@ "1.0.4" "A major-mode for editing Rust source code") +(website-url "https://github.com/rust-lang/rust-mode") +(keywords "languages") + (package-file "rust-mode.el") (files |
