Skip to content

Commit

Permalink
add repolinter action (openwallet-foundation#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: genaris <[email protected]>
  • Loading branch information
TimoGlastra authored and genaris committed Apr 24, 2021
1 parent 44424de commit 418401f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-License-Identifier: Apache-2.0
# Hyperledger Repolinter Action

name: Repolinter

on:
workflow_dispatch:

jobs:
lint:
runs-on: ubuntu-latest
container: ghcr.io/todogroup/repolinter:v0.10.1
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Repo
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/master/repo_structure/repolint.json

0 comments on commit 418401f

Please sign in to comment.