File tree Expand file tree Collapse file tree 3 files changed +20
-21
lines changed Expand file tree Collapse file tree 3 files changed +20
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : installer-sync
2
+ on :
3
+ push :
4
+ branches : [ master ]
5
+ pull_request :
6
+ branches : [ master ]
7
+ workflow_dispatch :
8
+
9
+ jobs :
10
+ installer-sync :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+
15
+ - name : Check nanorc included every *nanorc files
16
+ run : |
17
+ ./tool/include-list-gen.sh
18
+ git diff --exit-code nanorc || exit 1
Original file line number Diff line number Diff line change 1
1
# Improved Nano Syntax Highlighting Files
2
2
3
- [ ![ shellcheck] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/shellcheck.yml/badge.svg )] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/shellcheck.yml )
4
- [ ![ included-all ] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/include-list-check .yml/badge.svg )] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/include-list-check .yml )
3
+ [ ![ shellcheck] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/shellcheck.yml/badge.svg?branch=master )] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/shellcheck.yml )
4
+ [ ![ installer-sync ] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/installer-sync .yml/badge.svg?branch=master )] ( https://github.com/galenguyer/nano-syntax-highlighting/actions/workflows/installer-sync .yml )
5
5
6
6
This repository holds `` {lang}.nanorc `` files that have improved definitions of syntax highlighting for various languages.
7
7
You can’t perform that action at this time.
0 commit comments