Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Unverified Commit 6ca8808c authored by Vara Bonthu's avatar Vara Bonthu Committed by GitHub
Browse files

Merge pull request #54 from tenhishadow/main

Add Github superlinter
parents 12a4c929 bf1fe903
No related branches found
No related tags found
No related merge requests found
---
name: "gh-superlinter"
on:
- pull_request_target
jobs:
gh-superlinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: exec
uses: github/super-linter@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment