Skip to content

Commit

Permalink
Use pre-commit.ci instead of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 21, 2022
1 parent 0c2080b commit 64fb0d9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.pre-commit-config.yaml export-ignore
.luacheckrc export-ignore
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/lunarmodules/luacheck
rev: v0.26.1
hooks:
- id: luacheck
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Wireshark Dissector for Radio Link Simulation Protocol from UERANSIM

[![Build Status](https://travis-ci.org/louisroyer/RLS-wireshark-dissector.svg?branch=master)](https://travis-ci.org/louisroyer/RLS-wireshark-dissector)

## Quick Start
```
$ mkdir -p ${XDG_LIB_HOME:-~/.local/lib}/wireshark/plugins
Expand Down

0 comments on commit 64fb0d9

Please sign in to comment.