Skip to content

bump the docker-ci's base image #15

bump the docker-ci's base image

bump the docker-ci's base image #15

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
hlint:
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/", "test/"]'
fail-on: warning