mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[CI] add linting
This commit is contained in:
parent
0d02640fba
commit
1c983c5cdd
1 changed files with 13 additions and 0 deletions
13
.github/workflows/linter.yml
vendored
Normal file
13
.github/workflows/linter.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Lint Code Base
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Lint Code Base
|
||||
uses: docker://github/super-linter:v2.2.0
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
Loading…
Add table
Add a link
Reference in a new issue