Compare commits
2 commits
36dac8db83
...
fda098871c
| Author | SHA1 | Date | |
|---|---|---|---|
| fda098871c | |||
| bf86a17a3c |
2 changed files with 6 additions and 7 deletions
|
|
@ -5,14 +5,14 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ["20"]
|
node: ["24"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup NodeJS
|
- name: Setup NodeJS
|
||||||
uses: https://code.forgejo.org/actions/setup-node@v4
|
uses: https://code.forgejo.org/actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{matrix.node}}
|
node-version: ${{matrix.node}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,9 @@
|
||||||
|
|
||||||
(use-package fish-mode :ensure t :defer t)
|
(use-package fish-mode :ensure t :defer t)
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . sh-mode))
|
(dolist
|
||||||
(add-to-list 'auto-mode-alist '("\\zshrc\\'" . sh-mode))
|
(ending '("\\.zsh\\'" "\\.zshrc\\'" "\\.envrc\\'" "\\.zshrc\\'"))
|
||||||
(add-to-list 'auto-mode-alist '("\\.zshrc\\'" . sh-mode))
|
(add-to-list 'auto-mode-alist (cons ending 'sh-mode)))
|
||||||
(add-to-list 'auto-mode-alist '("\\.envrc\\'" . sh-mode))
|
|
||||||
|
|
||||||
(provide 'icejam-lang-sh)
|
(provide 'icejam-lang-sh)
|
||||||
;;; icejam-lang-sh.el ends here
|
;;; icejam-lang-sh.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue