Skip to content

Merge branch 'master' of github.com:phase1geo/Minder #911

Merge branch 'master' of github.com:phase1geo/Minder

Merge branch 'master' of github.com:phase1geo/Minder #911

Workflow file for this run

name: Vala Linter
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: elementary/actions/vala-lint@master
with:
dir: src/
conf: .vala-lint.conf
fail: false