mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
CI: migrate from Travis CI to Github Actions
- Removed .travis.yml and shellcheck.sh - Added CI badge to README
This commit is contained in:
parent
376f186c1d
commit
c5edb55b20
3 changed files with 2 additions and 16 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,12 +0,0 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
before_install:
|
||||
- echo 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y shellcheck
|
||||
|
||||
git:
|
||||
depth: 3
|
||||
|
||||
script: ./shellcheck.sh
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# Improved Nano Syntax Highlighting Files
|
||||
|
||||
[](https://github.com/davidhcefx/nanorc/actions/workflows/shellcheck.yml)
|
||||
|
||||
This repository holds ``{lang}.nanorc`` files that have improved definitions of syntax highlighting for various languages.
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh -ev
|
||||
# Shellcheck the script
|
||||
|
||||
shellcheck install.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue