Skip to content

Workflows: update to latest GitHub actions #100

Workflows: update to latest GitHub actions

Workflows: update to latest GitHub actions #100

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
container:
image: valalang/lint
steps:
- uses: actions/checkout@v1
- name: Lint
run: io.elementary.vala-lint -d .