Skip to content

Commit

Permalink
Mark ruby scripts in YAML [ci skip]
Browse files Browse the repository at this point in the history
```elisp
(mmm-ify-by-regexp 'ruby-mode
  "^ *#!.*ruby" 0 "^ *shell: *ruby.*{0}" 0 0)
```
  • Loading branch information
nobu committed Jul 20, 2022
1 parent c0aa8ee commit e330dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundled_gems.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Maintain updated gems list in NEWS
run: |
#!ruby
require 'json'
news = File.read("NEWS.md")
prev = news[/since the \*+(\d+\.\d+\.\d+)\*+/, 1]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_misc.yml
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Make default gems list
run: |
#!ruby
require 'rubygems'
$:.unshift "lib"
rgver = File.foreach("lib/rubygems.rb") do |line|
Expand All @@ -56,6 +57,7 @@ jobs:

- name: Maintain updated gems list in NEWS
run: |
#!ruby
require 'json'
news = File.read("NEWS.md")
prev = news[/since the \*+(\d+\.\d+\.\d+)\*+/, 1]
Expand Down

0 comments on commit e330dce

Please sign in to comment.