Skip to content

Commit

Permalink
Create repolinter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sundhar22 authored Oct 26, 2024
1 parent 36843e1 commit 1818e01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Repolinter

on:
push:
branches:
- main

jobs:
repolinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install -g repolinter
- run: repolinter --config .repolinter.json

0 comments on commit 1818e01

Please sign in to comment.