Skip to content

Attempting to get CI action to run for master and beta changes. #1295

Attempting to get CI action to run for master and beta changes.

Attempting to get CI action to run for master and beta changes. #1295

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