Skip to content

Commit

Permalink
GH actions added and super-linter badge added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgrillet committed Aug 11, 2023
1 parent 071abc6 commit 6d187ae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Lint Code Base

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
lint-code-base:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Code linting](https://github.com/carlosgrillet/blformater/actions/workflows/linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter)
# blformater

blformater es una herramienta para convertir listas de dominios, en listas de acceso para un router mikrotik, entre sus caracteristicas principales tenemos que nos permite:
Expand Down

0 comments on commit 6d187ae

Please sign in to comment.