Skip to content

Small improvements

Small improvements #6

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
lint:
name: Vala Lint
runs-on: ubuntu-latest
container:
image: valalang/lint
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
run: io.elementary.vala-lint -d .