Skip to content

Commit

Permalink
Add Vala LINT
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadeepJasu committed Feb 8, 2025
1 parent 7f7ab81 commit ae72ab1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/valalint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
pull_request:
types:
- opened
- reopened
- synchronize

jobs:
lint:
name: Lint
runs-on: ubuntu-latest

container:
image: valalang/lint

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Lint
run: io.elementary.vala-lint -d .

0 comments on commit ae72ab1

Please sign in to comment.