Skip to content

Commit

Permalink
Lint with GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 3, 2019
1 parent b3e05c5 commit 52dc0b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 .

0 comments on commit 52dc0b3

Please sign in to comment.