Skip to content

increase a testing timeout once more #8

increase a testing timeout once more

increase a testing timeout once more #8

Workflow file for this run

name: HLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.1.6'
- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
with:
path: src/
fail-on: warning