Skip to content

Commit

Permalink
feat: add GitHub Super Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Sep 12, 2020
1 parent 60b8618 commit c69d31c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -32,3 +32,15 @@ jobs:
uses: actions/checkout@v2
- name: Shellcheck
run: ./scripts/utils/test.sh
superlinter:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://github.com/st3v3nhunt/dotfiles/workflows/CI/badge.svg)](https://github.com/st3v3nhunt/dotfiles/actions?workflow=CI)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Known Vulnerabilities](https://snyk.io/test/github/DEFRA/ffc-demo-web/badge.svg)](https://snyk.io/test/github/DEFRA/ffc-demo-web)
[![GitHub Super-Linter](https://github.com/st3v3nhunt/dotfiles/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)

> Dotfiles repo for macOS and Linux WSL distros
Expand Down

0 comments on commit c69d31c

Please sign in to comment.