Skip to content

Commit 64fb0d9

Browse files
committed
Use pre-commit.ci instead of travis
1 parent 0c2080b commit 64fb0d9

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
.github export-ignore
4+
.pre-commit-config.yaml export-ignore
5+
.luacheckrc export-ignore

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- id: mixed-line-ending
8+
- repo: https://github.com/lunarmodules/luacheck
9+
rev: v0.26.1
10+
hooks:
11+
- id: luacheck

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Wireshark Dissector for Radio Link Simulation Protocol from UERANSIM
22

3-
[![Build Status](https://travis-ci.org/louisroyer/RLS-wireshark-dissector.svg?branch=master)](https://travis-ci.org/louisroyer/RLS-wireshark-dissector)
4-
53
## Quick Start
64
```
75
$ mkdir -p ${XDG_LIB_HOME:-~/.local/lib}/wireshark/plugins

0 commit comments

Comments
 (0)