CI: GitHyb: add HLint

This commit is contained in:
Anton-Latukha 2021-07-27 01:16:36 +03:00
parent 885b714b98
commit 3dcd0562f4
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41

25
.github/workflows/HLint.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: "Checking code"
on:
pull_request:
push:
branches:
- master
jobs:
build10:
name: "HLint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Installing'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.3.1'
- name: 'Checking code'
uses: rwe/actions-hlint-run@v1
with:
path: .
fail-on: warning