Skip to content

[#72]: Periodically run CI to keep status up to date (#73) #64

[#72]: Periodically run CI to keep status up to date (#73)

[#72]: Periodically run CI to keep status up to date (#73) #64

Workflow file for this run

on:
push:
schedule:
- cron: "0 ? * * 1"
name: scan-code
jobs:
scan-hlint:
name: hlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Setup hlint'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.1.6'
- name: 'Run hlint and annotate results'
uses: rwe/actions-hlint-run@v2
with:
path: '["src/", "spec/", "examples/"]'
fail-on: warning