Skip to content

Commit

Permalink
Merge pull request #5 from manexim/add-linting
Browse files Browse the repository at this point in the history
Add linting
  • Loading branch information
meisenzahl committed Feb 13, 2020
2 parents 129f7aa + 515d7ea commit e48eae0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 e48eae0

Please sign in to comment.