Skip to content

Commit

Permalink
Merge #981: CI: GitHib: add HLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha authored Jul 27, 2021
2 parents 188c777 + 4025133 commit 57a55fd
Show file tree
Hide file tree
Showing 29 changed files with 2,779 additions and 78 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/HLint.yml
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 57a55fd

Please sign in to comment.